media: i2c: add imx386 driver

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: I8527b68f9c95774c487e28921608619a02cf135e
This commit is contained in:
Zefa Chen
2024-12-20 17:18:31 +08:00
committed by Tao Huang
parent 67e0f227ef
commit da102a3eee
3 changed files with 2630 additions and 0 deletions

View File

@@ -694,6 +694,20 @@ config VIDEO_IMX378
To compile this driver as a module, choose M here: the
module will be called imx378.
config VIDEO_IMX386
tristate "Sony IMX386 sensor support"
depends on I2C && VIDEO_DEV
depends on MEDIA_CAMERA_SUPPORT
select MEDIA_CONTROLLER
select VIDEO_V4L2_SUBDEV_API
select V4L2_FWNODE
help
This is a Video4Linux2 sensor driver for the Sony
IMX386 camera.
To compile this driver as a module, choose M here: the
module will be called imx386.
config VIDEO_IMX412
tristate "Sony IMX412 sensor support"
depends on OF_GPIO

View File

@@ -94,6 +94,7 @@ obj-$(CONFIG_VIDEO_IMX335) += imx335.o
obj-$(CONFIG_VIDEO_IMX347) += imx347.o
obj-$(CONFIG_VIDEO_IMX355) += imx355.o
obj-$(CONFIG_VIDEO_IMX378) += imx378.o
obj-$(CONFIG_VIDEO_IMX386) += imx386.o
obj-$(CONFIG_VIDEO_IMX412) += imx412.o
obj-$(CONFIG_VIDEO_IMX415) += imx415.o
obj-$(CONFIG_VIDEO_IMX464) += imx464.o

2615
drivers/media/i2c/imx386.c Normal file

File diff suppressed because it is too large Load Diff