summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2016-04-25 09:05:05 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-25 09:05:09 +0200
commitc4ddf87db2257a50dcf179ac2dbb646ff6d9988e (patch)
tree7624b93c6bec0474285a9d3662bb4cec94824cef /conf
parent953dc5a406be6e1ad78c8aaf90df66ff4d7e5275 (diff)
downloadmeta-raspberrypi-c4ddf87db2257a50dcf179ac2dbb646ff6d9988e.tar.gz
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 <andrei@gherzan.ro>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
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 ?= " \
36 overlays/rpi-ft5406-overlay.dtb \ 36 overlays/rpi-ft5406-overlay.dtb \
37 overlays/w1-gpio-overlay.dtb \ 37 overlays/w1-gpio-overlay.dtb \
38 overlays/w1-gpio-pullup-overlay.dtb \ 38 overlays/w1-gpio-pullup-overlay.dtb \
39 overlays/pi3-miniuart-bt-overlay.dtb \
39 " 40 "
40KERNEL_IMAGETYPE ?= "Image" 41KERNEL_IMAGETYPE ?= "Image"
41 42