media: i2c: add os02k10 driver

Change-Id: Ia55f5650eb5898092a9933e942bc8b93d0774415
Signed-off-by: HongLin Lan <helin.lan@rock-chips.com>
This commit is contained in:
HongLin Lan
2023-07-21 19:29:44 +08:00
committed by Tao Huang
parent 7c9675f035
commit daa92b106c
3 changed files with 2272 additions and 0 deletions

View File

@@ -1389,6 +1389,15 @@ config VIDEO_OS02G10
This is a Video4Linux2 sensor driver for the OmniVision
OS02G10 camera.
config VIDEO_OS02K10
tristate "OmniVision OS02K10 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
OS02K10 camera.
config VIDEO_OS03B10
tristate "OmniVision OS03B10 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -75,6 +75,7 @@ obj-$(CONFIG_VIDEO_SONY_BTF_MPX) += sony-btf-mpx.o
obj-$(CONFIG_VIDEO_UPD64031A) += upd64031a.o
obj-$(CONFIG_VIDEO_UPD64083) += upd64083.o
obj-$(CONFIG_VIDEO_OS02G10) += os02g10.o
obj-$(CONFIG_VIDEO_OS02K10) += os02k10.o
obj-$(CONFIG_VIDEO_OS03B10) += os03b10.o
obj-$(CONFIG_VIDEO_OS04A10) += os04a10.o
obj-$(CONFIG_VIDEO_OS05A20) += os05a20.o

2262
drivers/media/i2c/os02k10.c Normal file

File diff suppressed because it is too large Load Diff