Skip to content

Commit 810f1a2

Browse files
Gijs Peskensagherzan
authored andcommitted
rpi-base: Fix CM5 boot panic
Compute module 5 depends on the bcm2712d0 overlay, and will panic during boot without it. Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com>
1 parent 51f0636 commit 810f1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/machine/include/rpi-base.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
8080
overlays/w1-gpio.dtbo \
8181
overlays/w1-gpio-pullup.dtbo \
8282
overlays/wm8960-soundcard.dtbo \
83+
overlays/bcm2712d0.dtbo \
8384
"
8485

8586
RPI_KERNEL_DEVICETREE ?= " \

0 commit comments

Comments
 (0)