diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-03-06 00:30:35 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-30 09:35:18 +0400 |
commit | 8617cb0b0fd836b208252b3636fc9861cd48cc0f (patch) | |
tree | 3b283980713b6a8baa78156da0567ff4192235c6 /arch/arm/boot/dts/imx25-pdk.dts | |
parent | 702bfbef1c98c4ec15b311035ca74e713b68cf07 (diff) | |
download | linux-8617cb0b0fd836b208252b3636fc9861cd48cc0f.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx25-pdk.dts')
-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"; +}; |