summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-bcm283x/msg.c1
-rw-r--r--board/raspberrypi/rpi/rpi.c2
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,
},