On Mon Jun 23 13:09:51 2025 +0200, Hans de Goede wrote:
> 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 <hdego...@redhat.com> # Asus T100TA with MT9M114
> Signed-off-by: Hans de Goede <hdego...@redhat.com>
> Signed-off-by: Sakari Ailus <sakari.ai...@linux.intel.com>
> Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>

Patch committed.

Thanks,
Hans Verkuil

 drivers/media/pci/intel/ipu-bridge.c | 2 ++
 1 file changed, 2 insertions(+)

---

diff --git a/drivers/media/pci/intel/ipu-bridge.c 
b/drivers/media/pci/intel/ipu-bridge.c
index 5a8e3a339b22..2124fad0570b 100644
--- a/drivers/media/pci/intel/ipu-bridge.c
+++ b/drivers/media/pci/intel/ipu-bridge.c
@@ -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 */

Reply via email to