ARM: dts: am335x-baltos-ir5221: fix cpsw_emac0 link type
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 18 Mar 2016 07:43:22 +0000 (08:43 +0100)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Mar 2016 21:33:22 +0000 (14:33 -0700)
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>
arch/arm/boot/dts/am335x-baltos-ir5221.dts

index 6c667fb3544923fb32704bdf4c22ff587c016f5d..4e28d87e935637140af712abf5a661f338437db9 100644 (file)
 };
 
 &cpsw_emac0 {
-       phy_id = <&davinci_mdio>, <0>;
        phy-mode = "rmii";
        dual_emac_res_vlan = <1>;
+       fixed-link {
+               speed = <100>;
+               full-duplex;
+       };
 };
 
 &cpsw_emac1 {