Skip to content

Commit ca3bd13

Browse files
jwrdegoedemchehab
authored andcommitted
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 <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 8a9f997 commit ca3bd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/pci/intel/ipu-bridge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
4949
/* Omnivision OV7251 */
5050
IPU_SENSOR_CONFIG("INT347E", 1, 319200000),
5151
/* Omnivision OV2680 */
52-
IPU_SENSOR_CONFIG("OVTI2680", 0),
52+
IPU_SENSOR_CONFIG("OVTI2680", 1, 331200000),
5353
/* Omnivision ov8856 */
5454
IPU_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
5555
/* Omnivision ov2740 */

0 commit comments

Comments
 (0)