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
2021-08-02 11:27:33 +08:00
committed by Tao Huang
parent a7a66fc7a7
commit 5eb4e05072
3 changed files with 1619 additions and 0 deletions

View File

@@ -884,6 +884,15 @@ config VIDEO_OS08A10
This is a Video4Linux2 sensor driver for the OmniVision
OS08A10 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

@@ -81,6 +81,7 @@ obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS04C10) += os04c10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o
obj-$(CONFIG_VIDEO_OS08A10) += os08a10.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

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

File diff suppressed because it is too large Load Diff