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: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Yegor Yefremov
2019-06-12 00:55:44 -07:00
committed by Tony Lindgren
parent a188339ca5
commit 79499bb11d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};
+1 -1
View File
@@ -110,7 +110,7 @@
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};
+1 -1
View File
@@ -128,7 +128,7 @@
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};