diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-04-30 15:29:05 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-06-04 18:13:08 +0100 |
commit | dc8638c9799209789d3b0d1b731bd9bf7f2b23ca (patch) | |
tree | b1f29857ae66eb7ace5bdae172060c5be82806a7 | |
parent | 4982da8d48ce9e7025955d88d2cff6350b228c28 (diff) | |
download | meta-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.inc | 2 |
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 | ||
44 | RPI_KERNEL_DEVICETREE ?= " \ | 46 | RPI_KERNEL_DEVICETREE ?= " \ |