From b51cba9c9a2dd55a35e911178f0900a90122ad93 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 28 Mar 2014 20:28:34 +0400 Subject: [PATCH] MIPS: rzx50: use short form for serial1 reference Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/dts/rzx50.dts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/mips/dts/rzx50.dts b/arch/mips/dts/rzx50.dts index 78103e32c..360c1bf5d 100644 --- a/arch/mips/dts/rzx50.dts +++ b/arch/mips/dts/rzx50.dts @@ -9,10 +9,8 @@ memory { reg = <0x00000000 0x4000000>; }; - - soc { - serial1: serial@b0031000 { - status = "okay"; - }; - }; +}; + +&serial1 { + status = "okay"; };