Skip to content

Commit 37685f6

Browse files
Peter Ujfalusitmlind
authored andcommitted
ARM: dts: am335x-evm: 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 759c962 commit 37685f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@
729729

730730
&cpsw_emac0 {
731731
phy-handle = <&ethphy0>;
732-
phy-mode = "rgmii-txid";
732+
phy-mode = "rgmii-id";
733733
};
734734

735735
&tscadc {

0 commit comments

Comments
 (0)