瀏覽代碼

riscv:starfive:jh7110: change gmac0 tx delay to 0x9 for 1.2A.

0x9 will better match 1.2A gmac0 tx in 1000M

Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
Samin Guo 1 年之前
父節點
當前提交
6c8ec6a1fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/configs/starfive-visionfive2.h

+ 1 - 0
include/configs/starfive-visionfive2.h

@@ -106,6 +106,7 @@
 	"fdt set /soc/ethernet@16030000/ethernet-phy@0 tx_inverted_10 <0x0>;"	\
 	"fdt set /soc/ethernet@16030000/ethernet-phy@0 tx_inverted_100 <0x0>;"	\
 	"fdt set /soc/ethernet@16030000/ethernet-phy@0 tx_inverted_1000 <0x0>;"	\
+	"fdt set /soc/ethernet@16030000/ethernet-phy@0 tx_delay_sel <0x9>;"	\
 	"fdt set /soc/ethernet@16040000/ethernet-phy@1 tx_inverted_10 <0x0>;"	\
 	"fdt set /soc/ethernet@16040000/ethernet-phy@1 tx_inverted_100 <0x0>;"	\
 	"fdt set /soc/ethernet@16040000/ethernet-phy@1 tx_inverted_1000 <0x0>;"	\