Skip to content

Commit

Permalink
rpi-base: Fix CM5 boot panic
Browse files Browse the repository at this point in the history
Compute module 5 depends on the bcm2712d0 overlay, and will
panic during boot without it.

Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com>
  • Loading branch information
Gijs Peskens committed Dec 23, 2024
1 parent 55ce9b7 commit 4a47cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/machine/include/rpi-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/w1-gpio.dtbo \
overlays/w1-gpio-pullup.dtbo \
overlays/wm8960-soundcard.dtbo \
overlays/bcm2712d0.dtbo \
"

RPI_KERNEL_DEVICETREE ?= " \
Expand Down

0 comments on commit 4a47cd0

Please sign in to comment.