瀏覽代碼

riscv:starfive:jh7110: change gmac0 tx delay to 0xa

0xa will better match gmac0 tx in 1000M

Signed-off-by: Samin Guo <samin.guo@linux.starfivetech.com>
Samin Guo 1 年之前
父節點
當前提交
3d3363de0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/riscv/dts/starfive_visionfive2.dts

+ 1 - 1
arch/riscv/dts/starfive_visionfive2.dts

@@ -66,7 +66,7 @@
 	phy0: ethernet-phy@0 {
 		rxc_dly_en = <1>;
 		tx_delay_sel_fe = <5>;
-		tx_delay_sel = <0xb>;
+		tx_delay_sel = <0xa>;
 		tx_inverted_10 = <0x1>;
 		tx_inverted_100 = <0x1>;
 		tx_inverted_1000 = <0x1>;