]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: marvell: uDPU: add ethernet aliases
authorRobert Marko <robert.marko@sartura.hr>
Tue, 27 Jan 2026 12:32:15 +0000 (13:32 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Mon, 2 Mar 2026 15:21:34 +0000 (16:21 +0100)
On eDPU plus, which is an updated revision of eDPU which uses an external
MV88E6361 switch we are relying on U-Boot to detect the board, and then
enable and disable the required nodes for that revision.

However, it seems that I missed adding the required aliases for ethernet
controllers, and this worked as in OpenWrt we had added those locally.

Cc: stable@vger.kernel.org
Fixes: 660b8b2f3944 ("arm64: dts: marvell: eDPU: add support for version with external switch")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi

index 24282084570787630cb0beeab3997b943bdf45dc..cd856c0aba71e6f6fd3db8fb386ad607912e7577 100644 (file)
 #include "armada-372x.dtsi"
 
 / {
+       aliases {
+               ethernet0 = &eth0;
+               ethernet1 = &eth1;
+       };
+
        chosen {
                stdout-path = "serial0:115200n8";
        };