Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
6c8ec6a1fc
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>;"	\