]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: ipu-bridge: Add Onsemi MT9M114 HID to list of supported sensors
authorHans de Goede <hdegoede@redhat.com>
Mon, 23 Jun 2025 11:09:51 +0000 (13:09 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Jun 2025 07:06:21 +0000 (09:06 +0200)
Add INT33F0 ACPI HID for the Onsemi MT9M114 sensor to the list of supported
sensors. This sensor is found on the Asus T100TA using this HID.

Tested-by: Hans de Goede <hdegoede@redhat.com> # Asus T100TA with MT9M114
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 5a8e3a339b2200055ed6f286b77719853493d47c..2124fad0570b1134cfff27196b8a622a5ea36e48 100644 (file)
@@ -58,6 +58,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
        IPU_SENSOR_CONFIG("INT0310", 1, 55692000),
        /* Omnivision OV5693 */
        IPU_SENSOR_CONFIG("INT33BE", 1, 419200000),
+       /* Onsemi MT9M114 */
+       IPU_SENSOR_CONFIG("INT33F0", 1, 384000000),
        /* Omnivision OV2740 */
        IPU_SENSOR_CONFIG("INT3474", 1, 180000000),
        /* Omnivision OV5670 */