diff options
author | Johan Hovold <jhovold@gmail.com> | 2014-05-08 10:57:36 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-14 14:45:15 -0700 |
commit | 16c75a13e3f46c41a9f3dc75420c0adc9d7a0918 (patch) | |
tree | 5944e657ecfc75a0c1330a337c907b0449674648 /arch/arm/boot/dts/am335x-igep0033.dtsi | |
parent | 741cac5f00beb8dce247db9d9bf7b97df32ddd00 (diff) | |
download | linux-16c75a13e3f46c41a9f3dc75420c0adc9d7a0918.tar.bz2 |
ARM: dts: AM33XX: fix ethernet and mdio default state
Make sure ethernet and mdio nodes are disabled by default and enable
them explicitly only on boards that actually use them.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-igep0033.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-igep0033.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-igep0033.dtsi b/arch/arm/boot/dts/am335x-igep0033.dtsi index 9c53b506c327..8a0a72dc7dd7 100644 --- a/arch/arm/boot/dts/am335x-igep0033.dtsi +++ b/arch/arm/boot/dts/am335x-igep0033.dtsi @@ -95,6 +95,14 @@ }; }; +&mac { + status = "okay"; +}; + +&davinci_mdio { + status = "okay"; +}; + &cpsw_emac0 { phy_id = <&davinci_mdio>, <0>; }; |