Files
eternalwrt-mt798x/target/linux/mvebu/patches-6.18/310-linksys-use-eth0-as-cpu-port.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

26 lines
503 B
Diff

--- a/arch/arm/boot/dts/marvell/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/marvell/armada-385-linksys.dtsi
@@ -116,7 +116,7 @@
};
&eth2 {
- status = "okay";
+ status = "disabled";
phy-mode = "sgmii";
buffer-manager = <&bm>;
bm,pool-long = <2>;
@@ -198,10 +198,10 @@
label = "wan";
};
- ethernet-port@5 {
- reg = <5>;
+ ethernet-port@6 {
+ reg = <6>;
phy-mode = "sgmii";
- ethernet = <&eth2>;
+ ethernet = <&eth0>;
fixed-link {
speed = <1000>;