]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
rpi: Update the naming for bcm2712 SoC RevD naming
authorPeter Robinson <pbrobinson@gmail.com>
Fri, 13 Mar 2026 17:08:36 +0000 (17:08 +0000)
committerPeter Robinson <pbrobinson@gmail.com>
Thu, 26 Mar 2026 08:29:48 +0000 (08:29 +0000)
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 <pbrobinson@gmail.com>
Reviewed-by: Matthias Brugger <mbrugger@suse.com>
board/raspberrypi/rpi/rpi.c

index 7f69e5b61639651b6431d1f80658e5ee4c1c1b91..b0a1484c0fa432833970569ce6af653f8d8590ad 100644 (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,
        },