media: ipu-bridge: Add link-frequency to OV2680 ipu_supported_sensors[] entry
authorHans de Goede <hdegoede@redhat.com>
Thu, 3 Aug 2023 09:33:46 +0000 (11:33 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 14 Aug 2023 18:27:58 +0000 (20:27 +0200)
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>
drivers/media/pci/intel/ipu-bridge.c

index 5000d7a..1bde8b6 100644 (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 */