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-11 11:30:45 +02:00 committed by Tony Lindgren
parent a188339ca5
commit 79499bb11d
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ &cpsw_emac0 {
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};

View File

@ -110,7 +110,7 @@ fixed-link {
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};

View File

@ -128,7 +128,7 @@ fixed-link {
};
&cpsw_emac1 {
phy-mode = "rgmii-txid";
phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>;
phy-handle = <&phy1>;
};