From c448bcd0746dc252cee265cf30db7238f9d0c86f Mon Sep 17 00:00:00 2001 From: Madhavan Krishnan Date: Fri, 16 Oct 2020 09:31:28 +0200 Subject: 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 (cherry picked from commit b70c7b9021e37ec765f4db9aac0e0e76f617cbac) Signed-off-by: Ricardo Salveti --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/include') 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 ?= " \ overlays/w1-gpio.dtbo \ overlays/gpio-ir.dtbo \ overlays/gpio-ir-tx.dtbo \ + overlays/imx219.dtbo \ " RPI_KERNEL_DEVICETREE ?= " \ -- cgit v1.2.3-54-g00ecf