media: i2c: add max96712 GMSL2/GMSL1 to CSI-2 Deserializer driver.

Signed-off-by: Cai Wenzhong <cwz@rock-chips.com>
Change-Id: Ie0aa979d625d146c078b1d1a7b5de58868511aa7
This commit is contained in:
Cai Wenzhong
2023-04-04 11:29:08 +08:00
committed by Tao Huang
parent 3aa56fd5f7
commit aa8d34bd34
3 changed files with 1389 additions and 0 deletions

View File

@@ -628,6 +628,17 @@ config VIDEO_MAX9286
To compile this driver as a module, choose M here: the
module will be called max9286.
config VIDEO_MAX96712
tristate "Maxim MAX96712 GMSL deserializer support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API
depends on MEDIA_CAMERA_SUPPORT
select V4L2_FWNODE
help
This driver supports the Maxim MAX96712 GMSL deserializer.
To compile this driver as a module, choose M here: the
module will be called max96712.
config VIDEO_MAX96714
tristate "Maxim MAX96714 GMSL deserializer support"
depends on I2C && VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API

View File

@@ -218,6 +218,7 @@ obj-$(CONFIG_VIDEO_IMX577) += imx577.o
obj-$(CONFIG_VIDEO_IMX586) += imx586.o
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
obj-$(CONFIG_VIDEO_MAX96712) += max96712.o
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
obj-$(CONFIG_VIDEO_MAX96722) += max96722.o
rdacm20-camera_module-objs := rdacm20.o max9271.o

1377
drivers/media/i2c/max96712.c Normal file

File diff suppressed because it is too large Load Diff