mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 14:02:37 -04: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:
committed by
Hans Verkuil
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 = {
|
||||
|
||||
Reference in New Issue
Block a user