mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
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 <sakari.ailus@linux.intel.com> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
37e83782f9
commit
ec86a04bed
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user