]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: ipu-bridge: Add _HID for OV5670
authorDaniel Scally <dan.scally@ideasonboard.com>
Tue, 20 May 2025 13:17:46 +0000 (14:17 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Jun 2025 06:47:41 +0000 (08:47 +0200)
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>
drivers/media/pci/intel/ipu-bridge.c

index 382cb7270537d8852a15a55bee1851a5506e1c1e..855862e3cad5d7da556894dab6c6494245ee4ee8 100644 (file)
@@ -60,6 +60,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
        IPU_SENSOR_CONFIG("INT33BE", 1, 419200000),
        /* Omnivision OV2740 */
        IPU_SENSOR_CONFIG("INT3474", 1, 180000000),
+       /* Omnivision OV5670 */
+       IPU_SENSOR_CONFIG("INT3479", 1, 422400000),
        /* Omnivision OV8865 */
        IPU_SENSOR_CONFIG("INT347A", 1, 360000000),
        /* Omnivision OV7251 */