]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: allwinner: a64: bananapi-m64: add missing ethernet0 alias
authorIcenowy Zheng <icenowy@aosc.io>
Sat, 22 Jul 2017 02:28:50 +0000 (10:28 +0800)
committerChen-Yu Tsai <wens@csie.org>
Thu, 10 Aug 2017 06:00:10 +0000 (14:00 +0800)
The EMAC Ethernet controller was enabled, but an accompanying alias
was not added. This results in unstable numbering if other Ethernet
devices, such as a USB dongle, are present. Also, the bootloader uses
the alias to assign a generated stable MAC address to the device node.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Fixes: e7295499903d ("arm64: allwinner: bananapi-m64: Enable dwmac-sun8i")
[wens@csie.org: Rewrite commit log as fixing a previous patch with Fixes]
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts

index 0d1f026d831aac7b7ecda69ac5ec0f57e693ec2b..ba2fde2909f949531bf4e63e25fe22856b0cec3b 100644 (file)
@@ -51,6 +51,7 @@ / {
        compatible = "sinovoip,bananapi-m64", "allwinner,sun50i-a64";
 
        aliases {
+               ethernet0 = &emac;
                serial0 = &uart0;
                serial1 = &uart1;
        };