Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1694094
| From | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] arm64: allwinner: a64: add ethernet0 alias for SoPine EMAC node |
| Date | 2017-07-22 04:30 +0200 |
| Message-ID | <u5Sl3-4u2-7@gated-at.bofh.it> (permalink) |
| References | <u5Sl3-4u2-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The SoPine official baseboard uses the A64 chip's EMAC to provide an
Ethernet link.
Add the ethernet0 alias in the device tree, in order to let U-Boot
generate a MAC address from the chip's SID.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
index 17eb1cc5bf6b..216e3a5dafae 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts
@@ -53,6 +53,7 @@
"allwinner,sun50i-a64";
aliases {
+ ethernet0 = &emac;
serial0 = &uart0;
};
--
2.13.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Add ethernet0 alias for several A64 boards Icenowy Zheng <icenowy@aosc.io> - 2017-07-22 04:30 +0200
[PATCH 3/3] arm64: allwinner: a64: add ethernet0 alias for SoPine EMAC node Icenowy Zheng <icenowy@aosc.io> - 2017-07-22 04:30 +0200
Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-24 10:00 +0200
Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards icenowy@aosc.io - 2017-07-25 05:10 +0200
Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards Adam Borowski <kilobyte@angband.pl> - 2017-07-25 05:30 +0200
Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-25 16:40 +0200
Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards Icenowy Zheng <icenowy@aosc.io> - 2017-07-26 02:00 +0200
Re: [linux-sunxi] Re: [PATCH 0/3] Add ethernet0 alias for several A64 boards Chen-Yu Tsai <wens@csie.org> - 2017-07-26 06:20 +0200
csiph-web