aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
diff options
context:
space:
mode:
authorDaniel Scally <djrscally@gmail.com>2021-11-23 01:00:17 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-11-30 10:59:06 +0100
commit46b33f6a0e82d0ea3f5dfac19a2ebefba80741fb (patch)
treeb60c8eecdd1e7c45bd9770ac0eca86f1d0b3e050 /drivers/media/pci
parentmedia: i2c: Fix max gain in ov8865 (diff)
downloadlinux-dev-46b33f6a0e82d0ea3f5dfac19a2ebefba80741fb.tar.xz
linux-dev-46b33f6a0e82d0ea3f5dfac19a2ebefba80741fb.zip
media: ipu3-cio2: Add INT347A to cio2-bridge
ACPI _HID INT347A represents the OV8865 sensor, the driver for which can support the platforms that the cio2-bridge serves. Add it to the array of supported sensors so the bridge will connect the sensor to the CIO2 device. Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Daniel Scally <djrscally@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r--drivers/media/pci/intel/ipu3/cio2-bridge.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/intel/ipu3/cio2-bridge.c b/drivers/media/pci/intel/ipu3/cio2-bridge.c
index b4b8930d795c..1cbbcbf4e157 100644
--- a/drivers/media/pci/intel/ipu3/cio2-bridge.c
+++ b/drivers/media/pci/intel/ipu3/cio2-bridge.c
@@ -22,6 +22,8 @@
static const struct cio2_sensor_config cio2_supported_sensors[] = {
/* Omnivision OV5693 */
CIO2_SENSOR_CONFIG("INT33BE", 1, 419200000),
+ /* Omnivision OV8865 */
+ CIO2_SENSOR_CONFIG("INT347A", 1, 360000000),
/* Omnivision OV2680 */
CIO2_SENSOR_CONFIG("OVTI2680", 0),
};