]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Aug 2025 16:41:24 +0000 (18:41 +0200)
[ Upstream commit 484f8bec3ddb453321ef0b8621c25de6ce3d0302 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/pci/intel/ipu-bridge.c

index 83e682e1a4b77d9d97b2988750732d0b7c9087b3..73560c2c67c164c2d3a1d830f8e30b980a648e8e 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 */