From c4ddf87db2257a50dcf179ac2dbb646ff6d9988e Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 25 Apr 2016 09:05:05 +0200 Subject: [PATCH] rpi-base.inc: Include pi3-miniuart-bt-overlay.dtb This is used to switch BT from ttyUSB0 to ttyS0 (miniUART). Signed-off-by: Andrei Gherzan --- 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 f64bc9d..56ca83e 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -36,6 +36,7 @@ KERNEL_DEVICETREE ?= " \ overlays/rpi-ft5406-overlay.dtb \ overlays/w1-gpio-overlay.dtb \ overlays/w1-gpio-pullup-overlay.dtb \ + overlays/pi3-miniuart-bt-overlay.dtb \ " KERNEL_IMAGETYPE ?= "Image"