media: i2c: support rn6854 AHD RX chip

Signed-off-by: Yiqing Zeng <zack.zeng@rock-chips.com>
Change-Id: Ie925116785f280b00d73e339608b4a6d1c7e3582
This commit is contained in:
Yiqing Zeng
2022-09-26 14:55:23 +08:00
committed by Tao Huang
parent cf5d57b952
commit a8df0f0824
3 changed files with 2605 additions and 0 deletions

View File

@ -2238,6 +2238,16 @@ config VIDEO_NVP6324
To compile this driver as a module, choose M here: the
module will be called jaguar1_drv.
config VIDEO_RN6854
tristate "RICHNEX rn6854 driver support"
depends on VIDEO_V4L2 && I2C
help
Support for the RICHNEX RN6854 multi channels digital decode to
MIPI CSI-2 bridge.
To compile this driver as a module, choose M here: the
module will be called rn6854.
config VIDEO_HALL_DC_MOTOR
tristate "Hall dc-motor driver for camera iris"
depends on PWM && VIDEO_V4L2

View File

@ -10,6 +10,7 @@ obj-y += soc_camera/
obj-$(CONFIG_VIDEO_NVP6158) += nvp6158_drv/
obj-$(CONFIG_VIDEO_NVP6188) += nvp6188.o
obj-$(CONFIG_VIDEO_NVP6324) += jaguar1_drv/
obj-$(CONFIG_VIDEO_RN6854) += rn6854.o
obj-$(CONFIG_VIDEO_APTINA_PLL) += aptina-pll.o
obj-$(CONFIG_VIDEO_TVAUDIO) += tvaudio.o

2594
drivers/media/i2c/rn6854.c Normal file

File diff suppressed because it is too large Load Diff