diff options
author | Sakari Ailus <[email protected]> | 2024-01-31 15:23:34 +0200 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2024-02-23 14:33:32 +0100 |
commit | ec86a04bedb1727c847552dd270df9fdbc098cf4 (patch) | |
tree | 2a747f07fb8a7587a39ed65d856781b5cd527792 | |
parent | 37e83782f9dd7bb830ef4714f04fae6605e43221 (diff) |
media: ipu-bridge: Add ov01a10 in Dell XPS 9315
Add Omnivision ov01a10 sensor used in Dell XPS 9315, and use the driver
default frequency.
Signed-off-by: Sakari Ailus <[email protected]>
Reviewed-by: Daniel Scally <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | drivers/media/pci/intel/ipu-bridge.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c index f980e3125a7b..b2cf80d62ba2 100644 --- a/drivers/media/pci/intel/ipu-bridge.c +++ b/drivers/media/pci/intel/ipu-bridge.c @@ -60,6 +60,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = { IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000), /* GalaxyCore GC0310 */ IPU_SENSOR_CONFIG("INT0310", 0), + /* Omnivision ov01a10 */ + IPU_SENSOR_CONFIG("OVTI01A0", 1, 400000000), }; static const struct ipu_property_names prop_names = { |