From 633e51f4bc70c236c2466ae0e4f9b5ce53517b8e Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sat, 29 Jun 2024 21:29:13 +0200 Subject: [PATCH] rpi-base.inc: added the disable-bt-pi5 device tree overlay The overlay to disable Bluetooth is different for Raspberry Pi 5. Signed-off-by: Jan Vermaete --- 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 a5fd1a45..b436e15a 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -18,6 +18,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/overlay_map.dtb \ overlays/at86rf233.dtbo \ overlays/disable-bt.dtbo \ + overlays/disable-bt-pi5.dtbo \ overlays/disable-wifi.dtbo \ overlays/dwc2.dtbo \ overlays/gpio-ir.dtbo \