| 1234567891011121314151617181920212223242526272829 |
- From dff751c68904cf587d918cfb6b2f5b0112f73bc9 Mon Sep 17 00:00:00 2001
- From: Icenowy Zheng <[email protected]>
- Date: Sat, 22 Jul 2017 10:28:51 +0800
- Subject: 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]>
- ---
- arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 1 +
- 1 file changed, 1 insertion(+)
- --- 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;
- };
-
|