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: c15a791972 ("board/raspberrypi: add bcm2712d0-rpi-5-b for Raspberry Pi 5")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
This commit is contained in:
Peter Robinson
2026-03-13 17:08:36 +00:00
parent b04e4b19d4
commit 4e64ea8858

View File

@@ -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,
},