sunxi: 5.10: Orange Pi Zero Plus: Fix networking
authorRobert Marko <robert.marko@sartura.hr>
Wed, 17 Nov 2021 15:17:07 +0000 (16:17 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 19 Nov 2021 09:40:29 +0000 (09:40 +0000)
commitebb6f9287e33c3760b076efa6dcc1cce90e1a109
treed172863b1f3ff1dc390d4c58d060e6af3fb0983e
parent3ae5da5adce90443426a477784e68cd9d49ded06
sunxi: 5.10: Orange Pi Zero Plus: Fix networking

Orange Pi Zero Plus uses a Realtek RTL8211E RGMII Gigabit PHY, but its
currently set to plain RGMII mode meaning that it doesn't introduce
delays.

With this setup, TX packets are completely lost and changing the mode to
RGMII-ID so the PHY will add delays internally fixes the issue.

It looks like this got broken in 5.10 as the PHY RGMII config got fixed
due to datasheet being available and a lot of boards got broken by that.

This has already been sent upstream and received multiple reviews.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/sunxi/patches-5.10/103-arm64-dts-allwinner-orangepi-zero-plus-fix-PHY-mo.patch [new file with mode: 0644]