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

Commit 79499bb1 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Tony Lindgren
Browse files

ARM: dts: am335x-baltos: Fix PHY mode for ethernet



The PHY must add both tx and rx delay and not only on the tx clock.

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a188339c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
};

&cpsw_emac1 {
	phy-mode = "rgmii-txid";
	phy-mode = "rgmii-id";
	dual_emac_res_vlan = <2>;
	phy-handle = <&phy1>;
};
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@
};

&cpsw_emac1 {
	phy-mode = "rgmii-txid";
	phy-mode = "rgmii-id";
	dual_emac_res_vlan = <2>;
	phy-handle = <&phy1>;
};
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@
};

&cpsw_emac1 {
	phy-mode = "rgmii-txid";
	phy-mode = "rgmii-id";
	dual_emac_res_vlan = <2>;
	phy-handle = <&phy1>;
};