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 #include #include +#include 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, },