Browse Source

change tx delay & rx delay for eth phy

WalkerChenL 2 years ago
parent
commit
6476c971d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/phy/motorcomm.c

+ 1 - 1
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;
 	}