Skip to content

Commit

Permalink
riscv:starfive:jh7110: change gmac0 tx delay to 0xa
Browse files Browse the repository at this point in the history
0xa will better match gmac0 tx in 1000M

Signed-off-by: Samin Guo <[email protected]>
  • Loading branch information
SaminGuo authored and jianlonghuang committed Nov 3, 2022
1 parent b516027 commit 4ea57bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 4ea57bb

Please sign in to comment.