diff mbox series

[1/1] arm64: dts: allwinner: A64 Sopine: phy-mode rgmii-id

Message ID 20201129162627.1244808-1-xypron.glpk@gmx.de
State Accepted
Commit c2b111e59a7be1534bbd62b3f8f933f714c5ba71
Headers show
Series [1/1] arm64: dts: allwinner: A64 Sopine: phy-mode rgmii-id | expand

Commit Message

Heinrich Schuchardt Nov. 29, 2020, 4:26 p.m. UTC
Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx
delay config") iSCSI booting fails on the Pine A64 LTS.

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-a64-sopine-baseboard.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 05:26:27PM +0100, Heinrich Schuchardt wrote:
> Since commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx

> delay config") iSCSI booting fails on the Pine A64 LTS.

> 

> 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-a64-sopine-baseboard.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
index 9ebb9e07fae3..d4069749d721 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
@@ -79,7 +79,7 @@  &ehci1 {
 &emac {
 	pinctrl-names = "default";
 	pinctrl-0 = <&rgmii_pins>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	phy-handle = <&ext_rgmii_phy>;
 	phy-supply = <&reg_dc1sw>;
 	status = "okay";