ARM: dts: imx25-pdk: Sort the dt nodes

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>
This commit is contained in:
Fabio Estevam 2014-03-05 17:30:35 -03:00 committed by Shawn Guo
parent 702bfbef1c
commit 8617cb0b0f

View File

@ -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";
};