Commit 6f40fed1 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tony Lindgren

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: default avatarYegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 6b472574
......@@ -470,9 +470,12 @@ &davinci_mdio {
};
&cpsw_emac0 {
phy_id = <&davinci_mdio>, <0>;
phy-mode = "rmii";
dual_emac_res_vlan = <1>;
fixed-link {
speed = <100>;
full-duplex;
};
};
&cpsw_emac1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment