media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entry

Now that the ov2680 driver verifies the bus-cfg from the endpoint
fwnode the link-frequency must be set for things to work.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
Hans de Goede 2023-08-03 11:33:46 +02:00 committed by Mauro Carvalho Chehab
parent 8a9f997d2e
commit ca3bd1339e

View file

@ -49,7 +49,7 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
/* Omnivision OV7251 */
IPU_SENSOR_CONFIG("INT347E", 1, 319200000),
/* Omnivision OV2680 */
IPU_SENSOR_CONFIG("OVTI2680", 0),
IPU_SENSOR_CONFIG("OVTI2680", 1, 331200000),
/* Omnivision ov8856 */
IPU_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
/* Omnivision ov2740 */