summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Robinson <[email protected]>2026-03-13 17:08:36 +0000
committerPeter Robinson <[email protected]>2026-03-26 08:29:48 +0000
commit4e64ea88585d9650af867718e1c629a1e57c0157 (patch)
tree5f89a52412352060e69890e746b513cecb0a2ac1
parentb04e4b19d4ddff2226a06b6b19f890b6df58e719 (diff)
rpi: Update the naming for bcm2712 SoC RevD naming
The downstream Raspberry Pi uses two namings for the revD SoC device trees, both bcm2712d0-rpi-5-b and bcm2712-d-rpi-5-b but it seems upstream has settled on just the later, so lets use that as it's the name that maps both upstream and downstream. Fixes: c15a7919725 ("board/raspberrypi: add bcm2712d0-rpi-5-b for Raspberry Pi 5") Signed-off-by: Peter Robinson <[email protected]> Reviewed-by: Matthias Brugger <[email protected]>
-rw-r--r--board/raspberrypi/rpi/rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 7f69e5b6163..b0a1484c0fa 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -199,7 +199,7 @@ static const struct rpi_model rpi_models_new_scheme[] = {
"5 Model B",
FDTFILES(
[0] = DTB_DIR "bcm2712-rpi-5-b.dtb",
- [1] = DTB_DIR "bcm2712d0-rpi-5-b.dtb"
+ [1] = DTB_DIR "bcm2712-d-rpi-5-b.dtb"
),
true,
},