diff options
author | Johan Hovold <jhovold@gmail.com> | 2014-05-08 04:57:36 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-14 17:45:15 -0400 |
commit | 16c75a13e3f46c41a9f3dc75420c0adc9d7a0918 (patch) | |
tree | 5944e657ecfc75a0c1330a337c907b0449674648 /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | 741cac5f00beb8dce247db9d9bf7b97df32ddd00 (diff) |
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-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 6f2e529bca25..ab9a34ce524c 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -495,12 +495,14 @@ | |||
495 | pinctrl-0 = <&cpsw_default>; | 495 | pinctrl-0 = <&cpsw_default>; |
496 | pinctrl-1 = <&cpsw_sleep>; | 496 | pinctrl-1 = <&cpsw_sleep>; |
497 | dual_emac = <1>; | 497 | dual_emac = <1>; |
498 | status = "okay"; | ||
498 | }; | 499 | }; |
499 | 500 | ||
500 | &davinci_mdio { | 501 | &davinci_mdio { |
501 | pinctrl-names = "default", "sleep"; | 502 | pinctrl-names = "default", "sleep"; |
502 | pinctrl-0 = <&davinci_mdio_default>; | 503 | pinctrl-0 = <&davinci_mdio_default>; |
503 | pinctrl-1 = <&davinci_mdio_sleep>; | 504 | pinctrl-1 = <&davinci_mdio_sleep>; |
505 | status = "okay"; | ||
504 | }; | 506 | }; |
505 | 507 | ||
506 | &cpsw_emac0 { | 508 | &cpsw_emac0 { |