diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-04 07:29:09 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-02-10 10:25:43 -0500 |
commit | 152fab67e4ca98511b0854cccd7dfd830a3d5c97 (patch) | |
tree | 3b74b5a35edc488387ad75dbbf2cfc29f74becb0 /arch/arm/boot | |
parent | 860c06f6c0620307b595aacb3ead9c439e9dd785 (diff) |
ARM: dts: imx25-karo-tx25: Put status entry in the end
Just to keep consistency with other dts files, place 'status' entry as the last
one.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx25-karo-tx25.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts index eb9b9d1c8349..1a9d0491cdce 100644 --- a/arch/arm/boot/dts/imx25-karo-tx25.dts +++ b/arch/arm/boot/dts/imx25-karo-tx25.dts | |||
@@ -26,8 +26,8 @@ | |||
26 | }; | 26 | }; |
27 | 27 | ||
28 | &fec { | 28 | &fec { |
29 | status = "okay"; | ||
30 | phy-mode = "rmii"; | 29 | phy-mode = "rmii"; |
30 | status = "okay"; | ||
31 | }; | 31 | }; |
32 | 32 | ||
33 | &nfc { | 33 | &nfc { |