summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-04-30 15:29:05 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2020-06-04 18:13:08 +0100
commitdc8638c9799209789d3b0d1b731bd9bf7f2b23ca (patch)
treeb1f29857ae66eb7ace5bdae172060c5be82806a7
parent4982da8d48ce9e7025955d88d2cff6350b228c28 (diff)
downloadmeta-raspberrypi-dc8638c9799209789d3b0d1b731bd9bf7f2b23ca.tar.gz
rpi-base.inc: Add infrared dtbo
Add device tree binary overlays gpio-ir-tx and gpio-ir-tx to support peripherals for sending and receiving infrared signals. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 7a87bd1..a8ede4c 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -39,6 +39,8 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
39 overlays/vc4-fkms-v3d.dtbo \ 39 overlays/vc4-fkms-v3d.dtbo \
40 overlays/w1-gpio-pullup.dtbo \ 40 overlays/w1-gpio-pullup.dtbo \
41 overlays/w1-gpio.dtbo \ 41 overlays/w1-gpio.dtbo \
42 overlays/gpio-ir.dtbo \
43 overlays/gpio-ir-tx.dtbo \
42 " 44 "
43 45
44RPI_KERNEL_DEVICETREE ?= " \ 46RPI_KERNEL_DEVICETREE ?= " \