]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: ipu-bridge: Add link-frequency to the GC0310 entry
authorHans de Goede <hdegoede@redhat.com>
Wed, 14 May 2025 16:37:54 +0000 (18:37 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Jun 2025 06:47:40 +0000 (08:47 +0200)
Add the missing link-frequency to the ipu_supported_sensors[] array's
Galaxy Core GC0310 entry.

Signed-off-by: Hans de Goede <hdegoede@redhat.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 83e682e1a4b77d9d97b2988750732d0b7c9087b3..382cb7270537d8852a15a55bee1851a5506e1c1e 100644 (file)
@@ -55,7 +55,7 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
        /* Himax HM2172 */
        IPU_SENSOR_CONFIG("HIMX2172", 1, 384000000),
        /* GalaxyCore GC0310 */
-       IPU_SENSOR_CONFIG("INT0310", 0),
+       IPU_SENSOR_CONFIG("INT0310", 1, 55692000),
        /* Omnivision OV5693 */
        IPU_SENSOR_CONFIG("INT33BE", 1, 419200000),
        /* Omnivision OV2740 */