From 4a47cd05944a151d661fcea0122d9147742cb4b1 Mon Sep 17 00:00:00 2001 From: Gijs Peskens Date: Mon, 23 Dec 2024 13:30:40 +0100 Subject: [PATCH] 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 --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 99231339..ab2645c9 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -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 ?= " \