diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-04-13 11:48:41 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 23:01:51 +0800 |
commit | 09c7450c274139ee772e7005869f7c5a8bc60895 (patch) | |
tree | a6fdbdfff30a3199b63c71748f3084ec601f8d11 /arch/arm/boot/dts/imx27-pdk.dts | |
parent | 4090635410ce13e5117f9c0901882a4a7d02ac8a (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx27-pdk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-pdk.dts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx27-pdk.dts b/arch/arm/boot/dts/imx27-pdk.dts index 28c83bc851c1..bd9526561f10 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"; }; |