ARM: dts: am335x-baltos: Fix PHY mode for ethernet
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 11 Jun 2019 09:30:45 +0000 (11:30 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Jun 2019 07:55:44 +0000 (00:55 -0700)
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>
arch/arm/boot/dts/am335x-baltos-ir2110.dts
arch/arm/boot/dts/am335x-baltos-ir3220.dts
arch/arm/boot/dts/am335x-baltos-ir5221.dts

index 2f650a7..f127af2 100644 (file)
@@ -68,7 +68,7 @@
 };
 
 &cpsw_emac1 {
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
        dual_emac_res_vlan = <2>;
        phy-handle = <&phy1>;
 };
index 1ba66d5..058d9eb 100644 (file)
 };
 
 &cpsw_emac1 {
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
        dual_emac_res_vlan = <2>;
        phy-handle = <&phy1>;
 };
index eed65fc..7b99c8e 100644 (file)
 };
 
 &cpsw_emac1 {
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
        dual_emac_res_vlan = <2>;
        phy-handle = <&phy1>;
 };