media: i2c: support os08a20 sensor driver

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: I54ad0fdf782832fe410e42063b569ba15aa40109
This commit is contained in:
Yiqing Zeng
2022-05-01 11:13:51 +08:00
committed by Tao Huang
parent dbd7eb3367
commit 9a80278fbe
3 changed files with 1620 additions and 0 deletions

View File

@@ -1217,6 +1217,15 @@ config VIDEO_OS05A20
This is a Video4Linux2 sensor driver for the OmniVision
OS05A20 camera.
config VIDEO_OS08A20
tristate "OmniVision OS08A20 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the OmniVision
OS08A20 camera.
config VIDEO_OV02B10
tristate "OmniVision OV02B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -72,6 +72,7 @@ obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_OS02G10) += os02g10.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OS08A20) += os08a20.o
obj-$(CONFIG_VIDEO_OV02B10) += ov02b10.o
obj-$(CONFIG_VIDEO_OV02K10) += ov02k10.o
obj-$(CONFIG_VIDEO_OV2640) += ov2640.o

1610
drivers/media/i2c/os08a20.c Normal file

File diff suppressed because it is too large Load Diff