Skip to content

Commit f606501

Browse files
committed
Apply the fix for Star64 ethernet phy0 delay parameter from upstream.
commit 825bb69228c8ab85637d21cdf4d44207937130b6 Author: E Shattow <[email protected]> Date: Mon Oct 21 23:09:51 2024 -0700 riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64 Improve function of Star64 bottom network port phy0 with updated delay values. Initial upstream patches supporting Star64 use the same vendor board support package parameters known to result in an unreliable bottom network port.
1 parent e1659c7 commit f606501

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
};
4545

4646
&phy0 {
47-
rx-internal-delay-ps = <1900>;
48-
tx-internal-delay-ps = <1500>;
47+
rx-internal-delay-ps = <1500>;
4948
motorcomm,rx-clk-drv-microamp = <2910>;
5049
motorcomm,rx-data-drv-microamp = <2910>;
5150
motorcomm,tx-clk-adj-enabled;

0 commit comments

Comments
 (0)