mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user