Skip to content

Commit e49563c

Browse files
Crescentlovehverkuil
authored andcommitted
media: i2c: add lt6911uxe hdmi bridge driver
Lontium LT9611UXE is a HDMI to MIPI CSI-2 bridge. The device supports modes up to 4k@60fps, obtains the video information and switches the current mode once the video signal changes. Signed-off-by: Dongcheng Yan <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> [hverkuil: fix smatch warning: missing error code 'ret'] [hverkuil: fix coccinelle IRQF_ONESHOT warning]
1 parent 36cef58 commit e49563c

File tree

3 files changed

+719
-0
lines changed

3 files changed

+719
-0
lines changed

drivers/media/i2c/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,17 @@ config VIDEO_ISL7998X
11471147
Support for Intersil ISL7998x analog to MIPI-CSI2 or
11481148
BT.656 decoder.
11491149

1150+
config VIDEO_LT6911UXE
1151+
tristate "Lontium LT6911UXE decoder"
1152+
depends on ACPI && VIDEO_DEV
1153+
select V4L2_FWNODE
1154+
help
1155+
This is a Video4Linux2 sensor-level driver for the Lontium
1156+
LT6911UXE HDMI to MIPI CSI-2 bridge.
1157+
1158+
To compile this driver as a module, choose M here: the
1159+
module will be called lt6911uxe.
1160+
11501161
config VIDEO_KS0127
11511162
tristate "KS0127 video decoder"
11521163
depends on VIDEO_DEV && I2C

drivers/media/i2c/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ obj-$(CONFIG_VIDEO_ISL7998X) += isl7998x.o
6464
obj-$(CONFIG_VIDEO_KS0127) += ks0127.o
6565
obj-$(CONFIG_VIDEO_LM3560) += lm3560.o
6666
obj-$(CONFIG_VIDEO_LM3646) += lm3646.o
67+
obj-$(CONFIG_VIDEO_LT6911UXE) += lt6911uxe.o
6768
obj-$(CONFIG_VIDEO_M52790) += m52790.o
6869
obj-$(CONFIG_VIDEO_MAX9271_LIB) += max9271.o
6970
obj-$(CONFIG_VIDEO_MAX9286) += max9286.o

0 commit comments

Comments
 (0)