diff mbox series

[1/1] arm64: dts: allwinner: H5: NanoPi Neo Plus2: phy-mode rgmii-id

Message ID 20201129194512.1475586-1-xypron.glpk@gmx.de
State Accepted
Commit d0c6707ca4235b78d06bcd62f0e24fbeac3e6d10
Headers show
Series [1/1] arm64: dts: allwinner: H5: NanoPi Neo Plus2: phy-mode rgmii-id | expand

Commit Message

Heinrich Schuchardt Nov. 29, 2020, 7:45 p.m. UTC
Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx
delay config") network is broken on the NanoPi Neo Plus2.

This patch changes the phy-mode to use internal delays both for RX and TX
as has been done for other boards affected by the same commit.

Fixes: bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay config")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.29.2

Comments

Maxime Ripard Dec. 1, 2020, 10:33 a.m. UTC | #1
On Sun, Nov 29, 2020 at 08:45:12PM +0100, Heinrich Schuchardt wrote:
> Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx

> delay config") network is broken on the NanoPi Neo Plus2.

> 

> This patch changes the phy-mode to use internal delays both for RX and TX

> as has been done for other boards affected by the same commit.

> 

> Fixes: bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay config")

> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>


Applied, thanks!
Maxime
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
index 4f9ba53ffaae..9d93fe153689 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts
@@ -96,7 +96,7 @@  &emac {
 	pinctrl-0 = <&emac_rgmii_pins>;
 	phy-supply = <&reg_gmac_3v3>;
 	phy-handle = <&ext_rgmii_phy>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	status = "okay";
 };