]> Git Repo - linux.git/commitdiff
arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
authorPali Rohár <[email protected]>
Mon, 17 Jan 2022 18:20:06 +0000 (19:20 +0100)
committerArnd Bergmann <[email protected]>
Tue, 1 Mar 2022 21:13:07 +0000 (22:13 +0100)
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 <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts

index 04da07ae4420846144822a3dab6a901eb97b6384..1eddf31d8bd8ad2eea8557d1f09f0cdf7abaa6dc 100644 (file)
@@ -18,6 +18,7 @@
 
        aliases {
                spi0 = &spi0;
+               ethernet0 = &eth0;
                ethernet1 = &eth1;
                mmc0 = &sdhci0;
                mmc1 = &sdhci1;
This page took 0.05885 seconds and 4 git commands to generate.