media: i2c: add imx378 sensor driver

Signed-off-by: Zhenke Fan <fanzy.fan@rock-chips.com>
Change-Id: I10da914805897d470de0827a3079d3fa8e197972
This commit is contained in:
Zhenke Fan
2020-07-21 14:22:12 +08:00
committed by Tao Huang
parent 48864969a6
commit 797d705c90
3 changed files with 2976 additions and 0 deletions

View File

@@ -734,6 +734,17 @@ config VIDEO_IMX347
To compile this driver as a module, choose M here: the
module will be called imx347.
config VIDEO_IMX378
tristate "Sony IMX378 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
help
This is a Video4Linux2 sensor driver for the Sony
IMX378 camera.
To compile this driver as a module, choose M here: the
module will be called imx378.
config VIDEO_IMX415
tristate "Sony IMX415 sensor support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -133,6 +133,7 @@ obj-$(CONFIG_VIDEO_IMX323) += imx323.o
obj-$(CONFIG_VIDEO_IMX327) += imx327.o
obj-$(CONFIG_VIDEO_IMX335) += imx335.o
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
obj-$(CONFIG_VIDEO_IMX378) += imx378.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_GC0312) += gc0312.o
obj-$(CONFIG_VIDEO_GC0329) += gc0329.o

2964
drivers/media/i2c/imx378.c Normal file

File diff suppressed because it is too large Load Diff