mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
media: ipu-bridge: Add OV5675 sensor config
Add the Omnivision OV5675 (ACPI HID OVTI5675) to the ipu_supported_sensors[] table with a link frequency of 450 MHz. This sensor is found in the Lenovo ThinkPad X1 Fold 16 Gen 1 behind an Intel Vision Sensing Controller (IVSC). Without this entry the IPU bridge does not create the software-node fwnode graph for the sensor, preventing the camera from being enumerated. Signed-off-by: Leif Skunberg <diamondback@cohunt.app> Reviewed-by: Hans de Goede <johannes.goede@oss.qualcomm.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
cd9f95628e
commit
d6576b85d3
@@ -91,6 +91,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
|
||||
IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000),
|
||||
/* Omnivision OV2680 */
|
||||
IPU_SENSOR_CONFIG("OVTI2680", 1, 331200000),
|
||||
/* Omnivision OV5675 */
|
||||
IPU_SENSOR_CONFIG("OVTI5675", 1, 450000000),
|
||||
/* Omnivision OV8856 */
|
||||
IPU_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
|
||||
/* Sony IMX471 */
|
||||
|
||||
Reference in New Issue
Block a user