From 21f90025e5f708411282ec975d2f66de91ccfdbf Mon Sep 17 00:00:00 2001 From: David Plowman Date: Wed, 10 Mar 2021 09:06:30 +0000 Subject: ipa: raspberrypi: Add support for imx327-based SE327M12 module This patch adds support for the Soho Enterprises SE327M12 module. The sensor is an imx327 which therefore uses the imx290 kernel driver and CamHelper. To use this module and camera tuning, place the following in the /boot/config.txt file: dtoverlay=imx290,clock-frequency=37125000 and then the existing imx290.json file must be over-written with se327m12.json Signed-off-by: David Plowman Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- src/ipa/raspberrypi/data/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ipa/raspberrypi/data/meson.build') diff --git a/src/ipa/raspberrypi/data/meson.build b/src/ipa/raspberrypi/data/meson.build index 41fd02e3..253fb9d7 100644 --- a/src/ipa/raspberrypi/data/meson.build +++ b/src/ipa/raspberrypi/data/meson.build @@ -5,6 +5,7 @@ conf_files = files([ 'imx290.json', 'imx477.json', 'ov5647.json', + 'se327m12.json', 'uncalibrated.json', ]) -- cgit v1.2.1