diff options
author | WalkerChenL <walker.chen@starfivetech.com> | 2021-10-29 16:58:15 +0300 |
---|---|---|
committer | WalkerChenL <walker.chen@starfivetech.com> | 2021-10-29 16:58:15 +0300 |
commit | 6476c971d0e62de7b507efb8503f2b1123430c02 (patch) | |
tree | 8dcd9870c608203cef9958d10407543dae7337a3 | |
parent | 94b64c0f6e66a77eca7b398744c5bb355bc66b90 (diff) | |
download | u-boot-6476c971d0e62de7b507efb8503f2b1123430c02.tar.xz |
change tx delay & rx delay for eth phyvisionfive_v1_develvisionfive_devel
-rw-r--r-- | drivers/net/phy/motorcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/phy/motorcomm.c b/drivers/net/phy/motorcomm.c index 2f4bcd6379..5a2d33e720 100644 --- a/drivers/net/phy/motorcomm.c +++ b/drivers/net/phy/motorcomm.c @@ -159,7 +159,7 @@ static int yt8521_config(struct phy_device *phydev) val &= ~(1<<8); ret = ytphy_write_ext(phydev, 0xa001, val); if (ret < 0) { - printf("yt8521_config: set 0xa001 error!\n"); + printf("yt8521_config: failed to disable rx_delay!\n"); return ret; } |