From: Bingbu Cao <bingbu.cao@xxxxxxxxx> 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@xxxxxxxxx> --- drivers/media/pci/intel/ipu3/cio2-bridge.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/drivers/media/pci/intel/ipu3/cio2-bridge.c b/drivers/media/pci/intel/ipu3/cio2-bridge.c index dfefe0d8aa95..9e6046fa0bd0 100644 --- a/drivers/media/pci/intel/ipu3/cio2-bridge.c +++ b/drivers/media/pci/intel/ipu3/cio2-bridge.c @@ -29,6 +29,25 @@ static const struct cio2_sensor_config cio2_supported_sensors[] = { CIO2_SENSOR_CONFIG("INT347E", 1, 319200000), /* Omnivision OV2680 */ CIO2_SENSOR_CONFIG("OVTI2680", 0), + /* Omnivision ov02c10 */ + CIO2_SENSOR_CONFIG("OVTI02C1", 0, 0), + /* Omnivision ov01a10 */ + CIO2_SENSOR_CONFIG("OVTI01A0", 0, 0), + /* Omnivision ov01a1s */ + CIO2_SENSOR_CONFIG("OVTI01AS", 0, 0), + /* Omnivision ov8856 */ + CIO2_SENSOR_CONFIG("OVTI8856", 0, 0), + /* Omnivision ov2740 */ + CIO2_SENSOR_CONFIG("INT3474", 0, 0), + /* Hynix hi556 */ + CIO2_SENSOR_CONFIG("INT3537", 0, 0), + /* Himax hm2170 */ + CIO2_SENSOR_CONFIG("HIMX2170", 0, 0), + /* Himax hm11b1 */ + CIO2_SENSOR_CONFIG("HIMX11B1", 0, 0), + /* Omnivision ov13b10 */ + CIO2_SENSOR_CONFIG("OVTIDB10", 0, 0), + CIO2_SENSOR_CONFIG("OVTI13B1", 0, 0), }; static const struct cio2_property_names prop_names = { -- 2.39.1