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 2f650a736b44ebc5efa469856bac4b5d58efb26f..f127af2afd0051ca402e23fdec25d6c1cc185eef 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 1ba66d5e21e87d833591b4c9ffb08efbb1079467..058d9eb96cff5f1fe3dd7dfdadf29aa59be625df 100644 (file)
 };
 
 &cpsw_emac1 {
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
        dual_emac_res_vlan = <2>;
        phy-handle = <&phy1>;
 };
index eed65fc0e8e65af59c2ec1c9aed25b4721745fa8..7b99c8ed3c3af32cd8ed0e79e76e03906a9c6e6b 100644 (file)
 };
 
 &cpsw_emac1 {
-       phy-mode = "rgmii-txid";
+       phy-mode = "rgmii-id";
        dual_emac_res_vlan = <2>;
        phy-handle = <&phy1>;
 };