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-14 10:53:13 +0100
commit9df75ee9c45466e36965d93518cef71968cd1785 (patch)
tree834efbcebe066747cd20d0ba18d6fdfeee03f8b2
parent8066fac91d4167504147886fe0caf429e7271466 (diff)
downloadmeta-raspberrypi-9df75ee9c45466e36965d93518cef71968cd1785.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 ?= " \