]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: ipu-bridge: Add Toshiba T4KA3 HID to list of supported sensor
authorHans de Goede <hdegoede@redhat.com>
Mon, 23 Jun 2025 11:09:50 +0000 (13:09 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Mon, 30 Jun 2025 07:06:21 +0000 (09:06 +0200)
The Xiaomi Mi Pad 2 tablet uses a Toshiba T4KA3 sensor, using
a Xiaomi specific Hardware-ID of "XMMC0003" add this to the sensor-list
of the ipu-bridge code.

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 c80af394ce186d3575f00c971f1f1bf69ea4d13a..5a8e3a339b2200055ed6f286b77719853493d47c 100644 (file)
@@ -88,6 +88,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
        IPU_SENSOR_CONFIG("OVTI2680", 1, 331200000),
        /* Omnivision OV8856 */
        IPU_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
+       /* Toshiba T4KA3 */
+       IPU_SENSOR_CONFIG("XMCC0003", 1, 321468000),
 };
 
 static const struct ipu_property_names prop_names = {