Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 {