ARM: dts: imx27-pdk: Keep the dt nodes sorted
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>
diff --git a/arch/arm/boot/dts/imx27-pdk.dts b/arch/arm/boot/dts/imx27-pdk.dts
index 28c83bc..bd95265 100644
--- a/arch/arm/boot/dts/imx27-pdk.dts
+++ b/arch/arm/boot/dts/imx27-pdk.dts
@@ -21,11 +21,12 @@
};
};
-&uart1 {
- fsl,uart-has-rtscts;
+
+&fec {
status = "okay";
};
-&fec {
+&uart1 {
+ fsl,uart-has-rtscts;
status = "okay";
};