Skip to content

Commit 38f09c9

Browse files
robimarkogclement
authored andcommitted
arm64: dts: marvell: uDPU: add ethernet aliases
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: [email protected] Fixes: 660b8b2 ("arm64: dts: marvell: eDPU: add support for version with external switch") Signed-off-by: Robert Marko <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent e171a89 commit 38f09c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
#include "armada-372x.dtsi"
1616

1717
/ {
18+
aliases {
19+
ethernet0 = &eth0;
20+
ethernet1 = &eth1;
21+
};
22+
1823
chosen {
1924
stdout-path = "serial0:115200n8";
2025
};

0 commit comments

Comments
 (0)