public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: broadcom: bcm2712: rpi-5: Add ethernet0 alias
@ 2025-11-02  0:29 Laurent Pinchart
  2025-11-02 10:58 ` Stanimir Varbanov
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Pinchart @ 2025-11-02  0:29 UTC (permalink / raw)
  To: Broadcom internal kernel review list
  Cc: Florian Fainelli, Andrea della Porta, Andrew Lunn, Conor Dooley,
	Dave Stevenson, Ivan T. Ivanov, Krzysztof Kozlowski, Phil Elwell,
	Rob Herring, Stanimir Varbanov, devicetree, linux-arm-kernel,
	linux-rpi-kernel

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>
---
 arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts
index 04738bf281eb..fa438ac8c9ef 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b-ovl-rp1.dts
@@ -10,6 +10,7 @@ / {
 	model = "Raspberry Pi 5";
 
 	aliases {
+		ethernet0 = &rp1_eth;
 		serial10 = &uart10;
 	};
 

base-commit: dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa
-- 
Regards,

Laurent Pinchart



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-11-03  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-02  0:29 [PATCH] arm64: dts: broadcom: bcm2712: rpi-5: Add ethernet0 alias Laurent Pinchart
2025-11-02 10:58 ` Stanimir Varbanov
2025-11-02 11:09   ` Laurent Pinchart
2025-11-03  9:12     ` Andrea della Porta
2025-11-03  9:09   ` Andrea della Porta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox