瀏覽代碼

change tx delay & rx delay for eth phy

WalkerChenL 2 年之前
父節點
當前提交
6476c971d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}