projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e24a8d
)
riscv64: dts: starfive: Star64 ethernet0 phy delay values sync with upstream Linux
author
E Shattow
<e@freeshell.de>
Sat, 26 Oct 2024 11:35:28 +0000
(
04:35
-0700)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Mon, 28 Oct 2024 08:44:56 +0000
(16:44 +0800)
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>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/starfive/visionfive2/spl.c
patch
|
blob
|
history
diff --git
a/board/starfive/visionfive2/spl.c
b/board/starfive/visionfive2/spl.c
index f55c6b5d34cb289bc5a53652a56e5d0f09229c92..4afc32cb5b2eb6c863753c2c923127bce0dc96c3 100644
(file)
--- a/
board/starfive/visionfive2/spl.c
+++ b/
board/starfive/visionfive2/spl.c
@@
-68,9
+68,7
@@
static const struct starfive_vf2_pro starfive_verb[] = {
{"/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},