From 2ed24201137fba5adf5d06131a5ef5cdf39dd7f2 Mon Sep 17 00:00:00 2001 From: Samin Guo Date: Tue, 1 Nov 2022 20:09:36 +0800 Subject: [PATCH] dts:satrfive:jh7110: default support jh7110A gmac0 default support jh7110A gmac0 Signed-off-by: Samin Guo --- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi index 14c35ac..c482d40 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-common.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-common.dtsi @@ -390,9 +390,12 @@ #address-cells = <1>; #size-cells = <0>; phy0: ethernet-phy@0 { - rxc_dly_en = <0>; + rxc_dly_en = <1>; tx_delay_sel_fe = <5>; - tx_delay_sel = <11>; + tx_delay_sel = <0xb>; + tx_inverted_10 = <0x0>; + tx_inverted_100 = <0x0>; + tx_inverted_1000 = <0x0>; }; }; -- 2.7.4