aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-01-17 19:20:06 +0100
committerArnd Bergmann <arnd@arndb.de>2022-03-01 22:13:07 +0100
commita0e897d1b36793fe0ab899f2fe93dff25c82f418 (patch)
treeab0c85bdf9f3ada4f696a0a2c399859b12451b9b /arch
parentARM: mstar: Select HAVE_ARM_ARCH_TIMER (diff)
downloadlinux-dev-a0e897d1b36793fe0ab899f2fe93dff25c82f418.tar.xz
linux-dev-a0e897d1b36793fe0ab899f2fe93dff25c82f418.zip
arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
U-Boot uses ethernet* aliases for setting MAC addresses. Therefore define also alias for ethernet0. Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox") Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
index 04da07ae4420..1eddf31d8bd8 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
@@ -18,6 +18,7 @@
aliases {
spi0 = &spi0;
+ ethernet0 = &eth0;
ethernet1 = &eth1;
mmc0 = &sdhci0;
mmc1 = &sdhci1;