]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
authorPali Rohár <pali@kernel.org>
Mon, 17 Jan 2022 18:20:06 +0000 (19:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Mar 2022 13:15:56 +0000 (14:15 +0100)
[ Upstream commit a0e897d1b36793fe0ab899f2fe93dff25c82f418 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index 2e437f20da39b72d638e9da6d3a7eff9e6540dc3..ad963b51dcbe134c89c82ef3b00a49c54d5cde64 100644 (file)
@@ -18,6 +18,7 @@
 
        aliases {
                spi0 = &spi0;
+               ethernet0 = &eth0;
                ethernet1 = &eth1;
                mmc0 = &sdhci0;
                mmc1 = &sdhci1;