diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-25 09:05:05 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-25 09:05:09 +0200 |
commit | c4ddf87db2257a50dcf179ac2dbb646ff6d9988e (patch) | |
tree | 7624b93c6bec0474285a9d3662bb4cec94824cef /conf | |
parent | 953dc5a406be6e1ad78c8aaf90df66ff4d7e5275 (diff) | |
download | meta-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.inc | 1 |
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 | " |
40 | KERNEL_IMAGETYPE ?= "Image" | 41 | KERNEL_IMAGETYPE ?= "Image" |
41 | 42 | ||