]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx27-pdk: Keep the dt nodes sorted
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 13 Apr 2014 14:48:41 +0000 (11:48 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 16 May 2014 15:01:51 +0000 (23:01 +0800)
For better readability keep the dt nodes sorted.

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

index 28c83bc851c16491d3571e2b47780b9c4f2184c9..bd9526561f10d4366c011f4d4e2fb119446b665f 100644 (file)
        };
 };
 
-&uart1 {
-       fsl,uart-has-rtscts;
+
+&fec {
        status = "okay";
 };
 
-&fec {
+&uart1 {
+       fsl,uart-has-rtscts;
        status = "okay";
 };