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

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
...@@ -68,7 +68,7 @@ &cpsw_emac0 { ...@@ -68,7 +68,7 @@ &cpsw_emac0 {
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-mode = "rgmii-txid"; phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>; phy-handle = <&phy1>;
}; };
...@@ -110,7 +110,7 @@ fixed-link { ...@@ -110,7 +110,7 @@ fixed-link {
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-mode = "rgmii-txid"; phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>; phy-handle = <&phy1>;
}; };
...@@ -128,7 +128,7 @@ fixed-link { ...@@ -128,7 +128,7 @@ fixed-link {
}; };
&cpsw_emac1 { &cpsw_emac1 {
phy-mode = "rgmii-txid"; phy-mode = "rgmii-id";
dual_emac_res_vlan = <2>; dual_emac_res_vlan = <2>;
phy-handle = <&phy1>; phy-handle = <&phy1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment