media: i2c: add sensor driver ov50c40

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Ief7b0881a93d3c4fa4c61bc50e9379e2f1f4d983
This commit is contained in:
Zefa Chen
2021-10-11 09:07:52 +08:00
committed by Tao Huang
parent bfbfac1045
commit 928dde65f2
3 changed files with 7251 additions and 0 deletions

View File

@@ -1267,6 +1267,16 @@ config VIDEO_OV4689
To compile this driver as a module, choose M here: the
module will be called ov4689.
config VIDEO_OV50C40
tristate "OmniVision OV50C40 sensor support"
depends on OF
depends on GPIOLIB && VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the Omnivision
OV50C40 camera sensor with a MIPI CSI-2 interface.
config VIDEO_OV5640
tristate "OmniVision OV5640 sensor support"
depends on OF

View File

@@ -79,6 +79,7 @@ obj-$(CONFIG_VIDEO_OV2740) += ov2740.o
obj-$(CONFIG_VIDEO_OV4686) += ov4686.o
obj-$(CONFIG_VIDEO_OV4688) += ov4688.o
obj-$(CONFIG_VIDEO_OV4689) += ov4689.o
obj-$(CONFIG_VIDEO_OV50C40) += ov50c40.o
obj-$(CONFIG_VIDEO_OV5640) += ov5640.o
obj-$(CONFIG_VIDEO_OV5645) += ov5645.o
obj-$(CONFIG_VIDEO_OV5647) += ov5647.o

7240
drivers/media/i2c/ov50c40.c Normal file

File diff suppressed because it is too large Load Diff