Files
eternalwrt-mt798x/target/linux/mvebu/patches-6.18/322-arm64-dts-marvell-specity-phy-mode-2500base-x-for-Me.patch
T
Stefan KalscheuerandHauke Mehrtens abbe4140cc kernel/mvebu: create files for v6.18 (from v6.12)
This is an automatically generated commit.

When doing `git bisect`, consider `git bisect --skip`.

Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Link: https://github.com/openwrt/openwrt/pull/22761
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-12 21:01:05 +02:00

30 lines
846 B
Diff

From cb1103762449c0d8097d58c701a06118e417a50e Mon Sep 17 00:00:00 2001
From: Stefan Kalscheuer <stefan@stklcode.de>
Date: Fri, 15 Aug 2025 14:48:54 +0200
Subject: [PATCH] arm64: dts: marvell: specity phy-mode "2500base-x" for
Methode uDPU
In OpenWRT we used to have a copy of the DTS with "2500base-x" instead
of "sgmii" for both ethernet nodes. Apply this change to the upstream
DTS and omit the full-copy.
Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
---
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
--- a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
@@ -37,6 +37,10 @@
};
&eth0 {
- phy-mode = "sgmii";
+ phy-mode = "2500base-x";
sfp = <&sfp_eth0>;
};
+
+&eth1 {
+ phy-mode = "2500base-x";
+};