From 9df75ee9c45466e36965d93518cef71968cd1785 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 30 Apr 2020 15:29:05 +0300 Subject: 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 --- conf/machine/include/rpi-base.inc | 2 ++ 1 file changed, 2 insertions(+) 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 ?= " \ overlays/vc4-fkms-v3d.dtbo \ overlays/w1-gpio-pullup.dtbo \ overlays/w1-gpio.dtbo \ + overlays/gpio-ir.dtbo \ + overlays/gpio-ir-tx.dtbo \ " RPI_KERNEL_DEVICETREE ?= " \ -- cgit v1.2.3-54-g00ecf