diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-05 21:30:35 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-30 07:35:18 +0200 |
commit | 8617cb0b0fd836b208252b3636fc9861cd48cc0f (patch) | |
tree | 3b283980713b6a8baa78156da0567ff4192235c6 | |
parent | ARM: dts: imx6qdl-sabresd.dtsi: Add red led (diff) | |
download | linux-8617cb0b0fd836b208252b3636fc9861cd48cc0f.tar.xz linux-8617cb0b0fd836b208252b3636fc9861cd48cc0f.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx25-pdk.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25-pdk.dts index f607ce520eda..88267c5c3ef4 100644 --- a/arch/arm/boot/dts/imx25-pdk.dts +++ b/arch/arm/boot/dts/imx25-pdk.dts @@ -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"; +}; |