mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
media: ipu-bridge: Add Onsemi MT9M114 HID to list of supported sensors
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>
This commit is contained in:
committed by
Hans Verkuil
parent
29d77da941
commit
dd8bb4a2ec
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user