mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
media: ipu-bridge: Add OV05C10 to the list of supported sensors
Add the OV05C10 sensor to the list of supported sensors. Signed-off-by: Hao Yao <hao.yao@intel.com> Signed-off-by: Hans de Goede <hansg@kernel.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
84c56e1cb3
commit
abe3f43438
|
|
@ -79,6 +79,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
|
|||
IPU_SENSOR_CONFIG("OVTI02C1", 1, 400000000),
|
||||
/* Omnivision OV02E10 */
|
||||
IPU_SENSOR_CONFIG("OVTI02E1", 1, 360000000),
|
||||
/* Omnivision ov05c10 */
|
||||
IPU_SENSOR_CONFIG("OVTI05C1", 1, 480000000),
|
||||
/* Omnivision OV08A10 */
|
||||
IPU_SENSOR_CONFIG("OVTI08A1", 1, 500000000),
|
||||
/* Omnivision OV08x40 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user