From: Yegor Yefremov Date: Fri, 18 Mar 2016 07:43:22 +0000 (+0100) Subject: ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type X-Git-Tag: v4.6-rc4~29^2~3^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6f40fed1c911f218e1e189a404b26ef19effabb5;p=karo-tx-linux.git 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 Reviewed-by: Andrew Lunn Signed-off-by: Tony Lindgren --- 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 {