Updates for RPi for 2026.04-rc5:

- rpi: Update the naming for bcm2712 SoC RevD naming
- arm: bcm: Include missing errno.h
This commit is contained in:
Tom Rini
2026-03-26 09:02:05 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

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