浏览代码

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>
Gijs Peskens 5 月之前
父节点
当前提交
810f1a2395
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      conf/machine/include/rpi-base.inc

+ 1 - 0
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 ?= " \