On Mon, May 24, 2021 at 02:21:11PM +0200, Salvatore Bonaccorso wrote: > Commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay > config") sets the RX/TX delay according to the phy-mode property in the > device tree. For the Orange Pi Plus board this is "rgmii", which is the > wrong setting. > > Following the example of a900cac3750b ("ARM: dts: sun7i: a20: bananapro: > Fix ethernet phy-mode") the phy-mode is changed to "rgmii-id" which gets > the Ethernet working again on this board. > > Fixes: bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx delay config") > Reported-by: "B.R. Oake" > Reported-by: Vagrant Cascadian > Link: https://bugs.debian.org/988574 > Signed-off-by: Salvatore Bonaccorso Applied, thanks! Maxime