diff options
-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 ?= " \ |