Skip to content

Commit c842b8c

Browse files
mansrtmlind
authored andcommitted
ARM: dts: am335x-sancloud-bbe: fix phy mode
The phy mode should be rgmii-id. For some reason, it used to work with rgmii-txid but doesn't any more. Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 93c6048 commit c842b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am335x-sancloud-bbe.dts

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

109109
&cpsw_emac0 {
110110
phy-handle = <&ethphy0>;
111-
phy-mode = "rgmii-txid";
111+
phy-mode = "rgmii-id";
112112
};
113113

114114
&i2c0 {

0 commit comments

Comments
 (0)