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

Commit ab342c77 authored by Dmitry Lifshitz's avatar Dmitry Lifshitz Committed by Tony Lindgren
Browse files

ARM: dts: am57xx: sbc-am57x: correct Eth PHY settings



Update Eth PHY settings to make it possible to run both phys at 1Gbps.

Signed-off-by: default avatarDmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 2fe8bab2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -559,13 +559,13 @@

&cpsw_emac0 {
	phy_id = <&davinci_mdio>, <0>;
	phy-mode = "rgmii";
	phy-mode = "rgmii-txid";
	dual_emac_res_vlan = <0>;
};

&cpsw_emac1 {
	phy_id = <&davinci_mdio>, <1>;
	phy-mode = "rgmii";
	phy-mode = "rgmii-txid";
	dual_emac_res_vlan = <1>;
};