media: i2c: max96722: add max96722 GMSL to MIPI-CSI driver

Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com>
Change-Id: Ibb78ca2757705d106ad9c6899775e5e5785595ff
This commit is contained in:
Jianwei Fan
2022-06-13 12:43:43 +00:00
committed by Tao Huang
parent 09a4eade6e
commit ed1e2d4c5b
3 changed files with 1205 additions and 0 deletions

View File

@@ -582,6 +582,17 @@ config VIDEO_MAX96714
To compile this driver as a module, choose M here: the
module will be called max96714.
config VIDEO_MAX96722
tristate "Maxim MAX96722 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 MAX96722 GMSL deserializer.
To compile this driver as a module, choose M here: the
module will be called max96722.
comment "Video and audio decoders"
config VIDEO_SAA717X

View File

@@ -194,6 +194,7 @@ obj-$(CONFIG_VIDEO_IMX586) += imx586.o
obj-$(CONFIG_VIDEO_JX_K17) += jx_k17.o
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
obj-$(CONFIG_VIDEO_MAX96714) += max96714.o
obj-$(CONFIG_VIDEO_MAX96722) += max96722.o
rdacm20-camera_module-objs := rdacm20.o max9271.o
obj-$(CONFIG_VIDEO_RDACM20) += rdacm20-camera_module.o
obj-$(CONFIG_VIDEO_ST_MIPID02) += st-mipid02.o

1193
drivers/media/i2c/max96722.c Normal file

File diff suppressed because it is too large Load Diff