Skip to content

Commit ec86a04

Browse files
Sakari AilusHans Verkuil
authored andcommitted
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]>
1 parent 37e8378 commit ec86a04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/pci/intel/ipu-bridge.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
6060
IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000),
6161
/* GalaxyCore GC0310 */
6262
IPU_SENSOR_CONFIG("INT0310", 0),
63+
/* Omnivision ov01a10 */
64+
IPU_SENSOR_CONFIG("OVTI01A0", 1, 400000000),
6365
};
6466

6567
static const struct ipu_property_names prop_names = {

0 commit comments

Comments
 (0)