Commit 8617cb0b authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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

Keep the dt nodes sorted for better readability.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 702bfbef
...@@ -21,10 +21,6 @@ memory { ...@@ -21,10 +21,6 @@ memory {
}; };
}; };
&uart1 {
status = "okay";
};
&fec { &fec {
phy-mode = "rmii"; phy-mode = "rmii";
status = "okay"; status = "okay";
...@@ -34,3 +30,7 @@ &nfc { ...@@ -34,3 +30,7 @@ &nfc {
nand-on-flash-bbt; nand-on-flash-bbt;
status = "okay"; status = "okay";
}; };
&uart1 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment