diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-01-04 10:29:09 -0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-02-10 23:25:43 +0800 |
commit | 152fab67e4ca98511b0854cccd7dfd830a3d5c97 (patch) | |
tree | 3b74b5a35edc488387ad75dbbf2cfc29f74becb0 | |
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>
-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 eb9b9d1c834..1a9d0491cdc 100644 --- a/arch/arm/boot/dts/imx25-karo-tx25.dts +++ b/arch/arm/boot/dts/imx25-karo-tx25.dts @@ -26,8 +26,8 @@ }; &fec { - status = "okay"; phy-mode = "rmii"; + status = "okay"; }; &nfc { |