On 3/15/22 7:54 PM, Andre Przywara wrote: > Commit f11513d99787 ("net: phy: realtek: Add tx/rx delay config for > 8211e") made the Realtek PHY driver honour the phy-mode DT property, > to set up the proper delay scheme for the RX and TX lines. A similar > change in the kernel revealed that those properties were mostly wrong. > The kernel DTs got updated over the last few months, but we were missing > out on the U-Boot version. > > Just sync in the phy-mode properties from the mainline kernel, > v5.17-rc7, to avoid the breaking DT sync that late in the cycle. > > This fixes Ethernet operation on the affected boards. > > Signed-off-by: Andre Przywara <andre.przyw...@arm.com>
Reviewed-by: Samuel Holland <sam...@sholland.org> Verified against the updated files from Linux. I suppose I broke this by not sending a DT sync series during the same release cycle. Hopefully we can get DT syncing unblocked soon and merged for the next release. Regards, Samuel