From 4ea57bb6140ab53c9a320383627ee0305d5ca42f Mon Sep 17 00:00:00 2001 From: Samin Guo Date: Mon, 17 Oct 2022 18:59:39 +0800 Subject: [PATCH] riscv:starfive:jh7110: change gmac0 tx delay to 0xa 0xa will better match gmac0 tx in 1000M Signed-off-by: Samin Guo --- arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi index b146ad3166d1..43d8f5c4a25a 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi @@ -581,7 +581,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>;