media: ipu3-cio2: support more camera sensors in cio2-bridge
authorBingbu Cao <bingbu.cao@intel.com>
Fri, 3 Mar 2023 18:15:03 +0000 (02:15 +0800)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 11 Apr 2023 16:54:01 +0000 (18:54 +0200)
Add more camera sensors into the supported camera sensors list
to make cio2-bridge to support more camera sensors.

Signed-off-by: Bingbu Cao <bingbu.cao@intel.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/pci/intel/ipu3/cio2-bridge.c

index 45427a3..3c2accf 100644 (file)
@@ -29,6 +29,14 @@ static const struct cio2_sensor_config cio2_supported_sensors[] = {
        CIO2_SENSOR_CONFIG("INT347E", 1, 319200000),
        /* Omnivision OV2680 */
        CIO2_SENSOR_CONFIG("OVTI2680", 0),
+       /* Omnivision ov8856 */
+       CIO2_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
+       /* Omnivision ov2740 */
+       CIO2_SENSOR_CONFIG("INT3474", 1, 360000000),
+       /* Hynix hi556 */
+       CIO2_SENSOR_CONFIG("INT3537", 1, 437000000),
+       /* Omnivision ov13b10 */
+       CIO2_SENSOR_CONFIG("OVTIDB10", 1, 560000000),
 };
 
 static const struct cio2_property_names prop_names = {