public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] riscv64: dts: starfive: Star64 ethernet0 phy delay values sync with upstream Linux
@ 2024-10-26 11:35 E Shattow
  2024-10-28  7:58 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: E Shattow @ 2024-10-26 11:35 UTC (permalink / raw)
  To: u-boot
  Cc: E Shattow, Minda Chen, Tom Rini, Leo Yu-Chi Liang,
	Heinrich Schuchardt, Chanho Park, E. Shattow, Lukasz Tekieli,
	Lukas Funke, Aurelien Jarno, H Bell

Fix bad delay values copied from vendor board support package of Star64, improves
performance and reliability of bottom network port.

Fixes: 7ebf7e77c0616ef0d2f58cc1684c230f656bd3d6
Signed-off-by: E Shattow <e@freeshell.de>
---
 board/starfive/visionfive2/spl.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/board/starfive/visionfive2/spl.c b/board/starfive/visionfive2/spl.c
index f55c6b5d34..eb545e9365 100644
--- a/board/starfive/visionfive2/spl.c
+++ b/board/starfive/visionfive2/spl.c
@@ -103,9 +103,7 @@ static const struct starfive_vf2_pro star64_pine64[] = {
 	{"/soc/ethernet@16030000/mdio/ethernet-phy@0",
 		"motorcomm,rx-data-drv-microamp", "2910"},
 	{"/soc/ethernet@16030000/mdio/ethernet-phy@0",
-		"rx-internal-delay-ps", "1900"},
-	{"/soc/ethernet@16030000/mdio/ethernet-phy@0",
-		"tx-internal-delay-ps", "1500"},
+		"rx-internal-delay-ps", "1500"},
 
 	{"/soc/ethernet@16040000/mdio/ethernet-phy@1",
 		"motorcomm,tx-clk-adj-enabled", NULL},
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-28  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-26 11:35 [PATCH] riscv64: dts: starfive: Star64 ethernet0 phy delay values sync with upstream Linux E Shattow
2024-10-28  7:58 ` Leo Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox