diff options
author | Samuel Holland | 2021-10-12 21:07:32 -0500 |
---|---|---|
committer | Ramon Fried | 2021-11-23 09:57:56 +0200 |
commit | f11513d9978719820998ac05ed5a5da32465f926 (patch) | |
tree | 6aeb94ed47e252474b0917a13505e1c533434629 /configs/pine64_plus_defconfig | |
parent | 8b41dedd4000171a093e19e275739578b4593a16 (diff) |
net: phy: realtek: Add tx/rx delay config for 8211e
Some boards need to change the tx/rx delay config in order for
gigabit Ethernet to work.
In Linux commit bbc4d71d6354 ("net: phy: realtek: fix rtl8211e rx/tx
delay config"), Realtek documented the bits for overriding the delays
from the hardware straps.
Copy the logic from linux, so the delay config is set from the PHY's
interface type (the phy-mode property in the device tree).
This removes the need for a one-off workaround for the Pine A64+ board.
Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'configs/pine64_plus_defconfig')
-rw-r--r-- | configs/pine64_plus_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig index d1c2c3c3cc1..f42f4e5923a 100644 --- a/configs/pine64_plus_defconfig +++ b/configs/pine64_plus_defconfig @@ -8,7 +8,6 @@ CONFIG_PINE64_DT_SELECTION=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_OF_LIST="sun50i-a64-pine64 sun50i-a64-pine64-plus" CONFIG_PHY_REALTEK=y -CONFIG_RTL8211E_PINE64_GIGABIT_FIX=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_OHCI_HCD=y |