riscv:starfive:jh7110: change gmac0 tx delay to 0xa
authorSamin Guo <samin.guo@linux.starfivetech.com>
Mon, 17 Oct 2022 10:59:39 +0000 (18:59 +0800)
committerJianlong Huang <jianlong.huang@starfivetech.com>
Thu, 3 Nov 2022 09:24:52 +0000 (17:24 +0800)
0xa will better match gmac0 tx in 1000M

Signed-off-by: Samin Guo <samin.guo@linux.starfivetech.com>
arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi

index b146ad3..43d8f5c 100644 (file)
        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>;