Skip to content

Commit 0cdefd5

Browse files
ffainellimripard
authored andcommitted
ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settings
The CPU port of the BCM53125 is configured with RGMII (no delays) but this should actually be RGMII with transmit delay (rgmii-txid) because STMMAC takes care of inserting the transmitter delay. This fixes occasional packet loss encountered. Fixes: d7b9eaf ("ARM: dts: sun7i: Add BCM53125 switch nodes to the lamobo-r1 board") Reported-by: Hartmut Knaack <knaack.h@gmx.de> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent 39319f5 commit 0cdefd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
reg = <8>;
168168
label = "cpu";
169169
ethernet = <&gmac>;
170-
phy-mode = "rgmii";
170+
phy-mode = "rgmii-txid";
171171
fixed-link {
172172
speed = <1000>;
173173
full-duplex;

0 commit comments

Comments
 (0)