diff options
author | Samin Guo <samin.guo@starfivetech.com> | 2022-10-28 11:46:26 +0300 |
---|---|---|
committer | Jianlong Huang <jianlong.huang@starfivetech.com> | 2022-11-03 11:31:42 +0300 |
commit | 6c8ec6a1fc2f14b756fb586c44ac4d8928a6ae82 (patch) | |
tree | b1eca87d85fa6cf448af0e7817497970b6015afa /include/configs/starfive-visionfive2.h | |
parent | b50de2c0ae0c5e6e1e52853960d232005ddb17db (diff) | |
download | u-boot-6c8ec6a1fc2f14b756fb586c44ac4d8928a6ae82.tar.xz |
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>
Diffstat (limited to 'include/configs/starfive-visionfive2.h')
-rw-r--r-- | include/configs/starfive-visionfive2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h index 0266c5f16c..1a1a18af15 100644 --- a/include/configs/starfive-visionfive2.h +++ b/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>;" \ |