Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun8i: Add ethernet0 alias in Nanopi NEO's device tree

This is required for U-Boot to generate a MAC address for it
automatically.
(Without this, the MAC address will be random on each boot.)

Signed-off-by: Baltazár Radics <baltazar.radics@gmail.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220129154214.45629-1-baltazar.radics@gmail.com

authored by

Baltazár Radics and committed by
Maxime Ripard
e4bae63f 210b3ef9

+4
+4
arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts
··· 45 45 / { 46 46 model = "FriendlyARM NanoPi NEO"; 47 47 compatible = "friendlyarm,nanopi-neo", "allwinner,sun8i-h3"; 48 + 49 + aliases { 50 + ethernet0 = &emac; 51 + }; 48 52 }; 49 53 50 54 &ehci0 {