Skip to content

Commit 5e44c5a

Browse files
pinchartlffainelli
authored andcommitted
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: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Andrea della Porta <andrea.porta@suse.com> Link: https://lore.kernel.org/r/20251102111443.18206-1-laurent.pinchart@ideasonboard.com Fixes: 43456fd ("arm64: dts: broadcom: Enable RP1 ethernet for Raspberry Pi 5") Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent a7da9c6 commit 5e44c5a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

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

21+
/ {
22+
aliases {
23+
ethernet0 = &rp1_eth;
24+
};
25+
};
26+
2127
&pcie2 {
2228
#include "rp1-nexus.dtsi"
2329
};

0 commit comments

Comments
 (0)