summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-base.inc
diff options
context:
space:
mode:
authorMadhavan Krishnan <madhavan.krishnan@linaro.org>2020-10-16 09:31:28 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-03-16 22:25:08 +0000
commitc448bcd0746dc252cee265cf30db7238f9d0c86f (patch)
tree7be7f00220761b1f1806264485b9cc885099e411 /conf/machine/include/rpi-base.inc
parent09a3c11696c75593f8e475da5dfb401016c6aaca (diff)
downloadmeta-raspberrypi-c448bcd0746dc252cee265cf30db7238f9d0c86f.tar.gz
libcamera: Enabled camera overlays define based
Added imx219.dtbo file in the overlays, and added dtoverlay in /boot/config.txt define based. To enable Sony Raspberry pi camera imx219 sensor, need to set the variable RASPBERRYPI_CAMERA_V2 as 1. In future, we can add any camera overlays here to support and use them with libcamera. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org> (cherry picked from commit b70c7b9021e37ec765f4db9aac0e0e76f617cbac) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'conf/machine/include/rpi-base.inc')
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index cd6d0b0..d4a25a4 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -42,6 +42,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
42 overlays/w1-gpio.dtbo \ 42 overlays/w1-gpio.dtbo \
43 overlays/gpio-ir.dtbo \ 43 overlays/gpio-ir.dtbo \
44 overlays/gpio-ir-tx.dtbo \ 44 overlays/gpio-ir-tx.dtbo \
45 overlays/imx219.dtbo \
45 " 46 "
46 47
47RPI_KERNEL_DEVICETREE ?= " \ 48RPI_KERNEL_DEVICETREE ?= " \