Explorar o código

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 hai 1 ano
pai
achega
6c8ec6a1fc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>;"	\