
5 Nov
2021
5 Nov
'21
1:51 a.m.
On Thu, Nov 04, 2021 at 07:36:01PM -0500, Samuel Holland wrote:
commit cb1d40151489 ("net: phy: realtek: Add tx/rx delay config for 8211e") added support for all four possible delay combinations, but set the wrong bit in the RXID and TXID cases. This broke Ethernet on boards using one of those settings. Fix that by fixing the bit selection.
Fixes: cb1d40151489 ("net: phy: realtek: Add tx/rx delay config for 8211e") Reported-by: Tom Rini trini@konsulko.com Signed-off-by: Samuel Holland samuel@sholland.org
On top of the problematic commit (which will need to be fixed-up when applied): Tested-by: Tom Rini trini@konsulko.com on Pine A64+ Rev B
--
Tom