Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0cdefd5b authored by Florian Fainelli's avatar Florian Fainelli Committed by Maxime Ripard
Browse files

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: d7b9eaff ("ARM: dts: sun7i: Add BCM53125 switch nodes to the lamobo-r1 board")
Reported-by: default avatarHartmut Knaack <knaack.h@gmx.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 39319f50
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -167,7 +167,7 @@
					reg = <8>;
					reg = <8>;
					label = "cpu";
					label = "cpu";
					ethernet = <&gmac>;
					ethernet = <&gmac>;
					phy-mode = "rgmii";
					phy-mode = "rgmii-txid";
					fixed-link {
					fixed-link {
						speed = <1000>;
						speed = <1000>;
						full-duplex;
						full-duplex;