diff options
| author | Tom Rini <[email protected]> | 2026-03-26 09:02:05 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-26 09:02:05 -0600 |
| commit | c24a72c35abe9cbbeb72e2effc6b6c73cd828a32 (patch) | |
| tree | e21aefbc10626afc52c954e0a830f090ddb81a53 | |
| parent | 075bd023c77ffc1e099790fb2174d646ae5acf1f (diff) | |
| parent | 4e64ea88585d9650af867718e1c629a1e57c0157 (diff) | |
Merge tag 'rpi-2026.04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
Updates for RPi for 2026.04-rc5:
- rpi: Update the naming for bcm2712 SoC RevD naming
- arm: bcm: Include missing errno.h
| -rw-r--r-- | arch/arm/mach-bcm283x/msg.c | 1 | ||||
| -rw-r--r-- | board/raspberrypi/rpi/rpi.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c index 4993c0bdb81..05e1a02e80f 100644 --- a/arch/arm/mach-bcm283x/msg.c +++ b/arch/arm/mach-bcm283x/msg.c @@ -7,6 +7,7 @@ #include <phys2bus.h> #include <asm/arch/mbox.h> #include <linux/delay.h> +#include <linux/errno.h> struct msg_set_power_state { struct bcm2835_mbox_hdr hdr; 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, }, |
