diff options
author | Icenowy Zheng <[email protected]> | 2017-07-22 10:28:51 +0800 |
---|---|---|
committer | Chen-Yu Tsai <[email protected]> | 2017-08-10 14:01:38 +0800 |
commit | dff751c68904cf587d918cfb6b2f5b0112f73bc9 (patch) | |
tree | b9ffeca8511292f794b9901a0b9615eef475050a | |
parent | 7dc88d2afb6e5c6bd6bbedc394eb43c1e3114bdd (diff) |
arm64: allwinner: a64: pine64: add missing ethernet0 alias
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 <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Fixes: 970239437493 ("arm64: allwinner: pine64: Enable dwmac-sun8i")
[[email protected]: Rewrite commit log as fixing a previous patch with Fixes]
Signed-off-by: Chen-Yu Tsai <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts index 08cda24ea194..827168bc22ed 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts @@ -51,6 +51,7 @@ compatible = "pine64,pine64", "allwinner,sun50i-a64"; aliases { + ethernet0 = &emac; serial0 = &uart0; serial1 = &uart1; serial2 = &uart2; |