diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-04-30 15:29:05 +0300 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-06-14 10:53:13 +0100 |
| commit | 9df75ee9c45466e36965d93518cef71968cd1785 (patch) | |
| tree | 834efbcebe066747cd20d0ba18d6fdfeee03f8b2 /conf/machine/include | |
| parent | 8066fac91d4167504147886fe0caf429e7271466 (diff) | |
| download | meta-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>
Diffstat (limited to 'conf/machine/include')
| -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 ?= " \ |
