]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dts: imx25-pdk: Sort the dt nodes
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 5 Mar 2014 20:30:35 +0000 (17:30 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Wed, 30 Apr 2014 05:35:18 +0000 (13:35 +0800)
Keep the dt nodes sorted for better readability.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx25-pdk.dts

index f607ce520edae56fd9060ac8ca61e2663fbf35fc..88267c5c3ef48f34aa8b5c4dc1d0eb58a67c5e2c 100644 (file)
        };
 };
 
-&uart1 {
-       status = "okay";
-};
-
 &fec {
        phy-mode = "rmii";
        status = "okay";
@@ -34,3 +30,7 @@
        nand-on-flash-bbt;
        status = "okay";
 };
+
+&uart1 {
+       status = "okay";
+};