Skip to content

Commit f119851

Browse files
Dingxian Wenrkhuangtao
authored andcommitted
media: i2c: rk628csi: add rk628csi HDMI to MIPI CSI-2 bridge driver
Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: I0e4d75763ffd4edbc4e3c3ab7c9f6e7f0b69bbf7
1 parent 712b399 commit f119851

6 files changed

Lines changed: 2878 additions & 0 deletions

File tree

drivers/media/i2c/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,17 @@ config VIDEO_TC35874X
308308
To compile this driver as a module, choose M here: the
309309
module will be called tc35874x.
310310

311+
config VIDEO_RK628_CSI
312+
tristate "Rockchip RK628_CSI decoder"
313+
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
314+
select HDMI
315+
select V4L2_FWNODE
316+
help
317+
Support for the Rockchip RK628 HDMI to MIPI CSI-2 bridge.
318+
319+
To compile this driver as a module, choose M here: the
320+
module will be called rk628-csi.
321+
311322
config VIDEO_TVP514X
312323
tristate "Texas Instruments TVP514x video decoder"
313324
depends on VIDEO_V4L2 && I2C

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ obj-$(CONFIG_VIDEO_IR_I2C) += ir-kbd-i2c.o
103103
obj-$(CONFIG_VIDEO_ML86V7667) += ml86v7667.o
104104
obj-$(CONFIG_VIDEO_OV2659) += ov2659.o
105105
obj-$(CONFIG_VIDEO_TC35874X) += tc35874x.o
106+
obj-$(CONFIG_VIDEO_RK628_CSI) += rk628_csi.o
106107
obj-$(CONFIG_VIDEO_OV5647) += ov5647.o
107108
obj-$(CONFIG_VIDEO_JX_H65) += jx_h65.o
108109
obj-$(CONFIG_VIDEO_IMX214) += imx214.o

0 commit comments

Comments
 (0)