diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-03-18 08:43:22 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-03-30 14:33:22 -0700 |
commit | 6f40fed1c911f218e1e189a404b26ef19effabb5 (patch) | |
tree | 9ee4c61b8c9a61d2ceac2039dc6a1dcf2cffd166 /arch/arm/boot/dts/am335x-baltos-ir5221.dts | |
parent | 6b4725743100ab9a0731b952aa64b29a5808070d (diff) |
ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type
In Baltos iR5221 cpsw_emac0 is connected directly to the switch IC and
hence needs to be configured as "fixed-link".
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-baltos-ir5221.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-baltos-ir5221.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-baltos-ir5221.dts b/arch/arm/boot/dts/am335x-baltos-ir5221.dts index 6c667fb35449..4e28d87e9356 100644 --- a/arch/arm/boot/dts/am335x-baltos-ir5221.dts +++ b/arch/arm/boot/dts/am335x-baltos-ir5221.dts @@ -470,9 +470,12 @@ }; &cpsw_emac0 { - phy_id = <&davinci_mdio>, <0>; phy-mode = "rmii"; dual_emac_res_vlan = <1>; + fixed-link { + speed = <100>; + full-duplex; + }; }; &cpsw_emac1 { |