Skip to content

Commit 759c962

Browse files
Peter Ujfalusitmlind
authored andcommitted
ARM: dts: am335x-evmsk: Fix PHY mode for ethernet
The PHY must add both tx and rx delay and not only on the tx clock. The board uses AR8031_AL1A PHY where the rx delay is enabled by default, the tx dealy is disabled. The reason why rgmii-txid worked because the rx delay was not disabled by the driver so essentially we ended up with rgmii-id PHY mode. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 5b90df4 commit 759c962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/am335x-evmsk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,13 +651,13 @@
651651

652652
&cpsw_emac0 {
653653
phy-handle = <&ethphy0>;
654-
phy-mode = "rgmii-txid";
654+
phy-mode = "rgmii-id";
655655
dual_emac_res_vlan = <1>;
656656
};
657657

658658
&cpsw_emac1 {
659659
phy-handle = <&ethphy1>;
660-
phy-mode = "rgmii-txid";
660+
phy-mode = "rgmii-id";
661661
dual_emac_res_vlan = <2>;
662662
};
663663

0 commit comments

Comments
 (0)