소스 검색

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>;"	\