[PATCH] rpi: Update the naming for bcm2712 SoC RevD naming
Matthias Brugger
mbrugger at suse.com
Wed Mar 25 16:31:20 CET 2026
On 13/03/2026 18:08, Peter Robinson wrote:
> 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 at gmail.com>
Reviewed-by: Matthias Brugger <mbrugger at suse.com>
> ---
> board/raspberrypi/rpi/rpi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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,
> },
More information about the U-Boot
mailing list