Skip to content

Commit 484f8be

Browse files
djrscallyhverkuil
authored andcommitted
media: ipu-bridge: Add _HID for OV5670
The OV5670 is found on Dell 7212 tablets paired with an IPU3 ISP and needs to be connected by the ipu-bridge. Add it to the list of supported devices. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
1 parent bca5cfb commit 484f8be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
6060
IPU_SENSOR_CONFIG("INT33BE", 1, 419200000),
6161
/* Omnivision OV2740 */
6262
IPU_SENSOR_CONFIG("INT3474", 1, 180000000),
63+
/* Omnivision OV5670 */
64+
IPU_SENSOR_CONFIG("INT3479", 1, 422400000),
6365
/* Omnivision OV8865 */
6466
IPU_SENSOR_CONFIG("INT347A", 1, 360000000),
6567
/* Omnivision OV7251 */

0 commit comments

Comments
 (0)