Commit 5e44c5a2 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: bcm2712: rpi-5: Add ethernet0 alias



The RP1 ethernet controller DT node contains a local-mac-address
property to pass the MAC address from the boot loader to the kernel. The
boot loader does not fill the MAC address as the ethernet0 alias is
missing. Add it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: default avatarAndrea della Porta <andrea.porta@suse.com>
Link: https://lore.kernel.org/r/20251102111443.18206-1-laurent.pinchart@ideasonboard.com


Fixes: 43456fdf ("arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5")
Signed-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent a7da9c6a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,12 @@

#include "bcm2712-rpi-5-b-ovl-rp1.dts"

/ {
	aliases {
		ethernet0 = &rp1_eth;
	};
};

&pcie2 {
	#include "rp1-nexus.dtsi"
};