From: Fabio Estevam Date: Wed, 5 Mar 2014 20:30:35 +0000 (-0300) Subject: ARM: dts: imx25-pdk: Sort the dt nodes X-Git-Tag: v3.16-rc1~30^2~41^2~20^2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8617cb0b0fd836b208252b3636fc9861cd48cc0f;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx25-pdk: Sort the dt nodes Keep the dt nodes sorted for better readability. Signed-off-by: Fabio Estevam Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts index f607ce520edae..88267c5c3ef48 100644 --- a/arch/arm/boot/dts/imx25-pdk.dts +++ b/arch/arm/boot/dts/imx25-pdk.dts @@ -21,10 +21,6 @@ }; }; -&uart1 { - status = "okay"; -}; - &fec { phy-mode = "rmii"; status = "okay"; @@ -34,3 +30,7 @@ nand-on-flash-bbt; status = "okay"; }; + +&uart1 { + status = "okay"; +};