diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-11-29 20:45:12 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-12-01 11:33:33 +0100 |
commit | d0c6707ca4235b78d06bcd62f0e24fbeac3e6d10 (patch) | |
tree | 33a6b10162ca1de6085ab6d0a2ba86a2c1e280d8 | |
parent | c2b111e59a7be1534bbd62b3f8f933f714c5ba71 (diff) | |
download | linux-d0c6707ca4235b78d06bcd62f0e24fbeac3e6d10.tar.bz2 |
arm64: dts: allwinner: H5: NanoPi Neo Plus2: phy-mode rgmii-id
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>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20201129194512.1475586-1-xypron.glpk@gmx.de
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-neo-plus2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ pinctrl-0 = <&emac_rgmii_pins>; phy-supply = <®_gmac_3v3>; phy-handle = <&ext_rgmii_phy>; - phy-mode = "rgmii"; + phy-mode = "rgmii-id"; status = "okay"; }; |