mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: i2c: lt7911uxc: add lt7911uxc DP/type-c to MIPI-CSI2 bridge driver
support max resolution 4K@60 with 800Msps per trios if use 3trios CPHY. support max resolution 4K@60 with 2.5Gbps per lane if use 4lanes DPHY. Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com> Change-Id: I1b8b1a09693fe90b553c7c6094933c2a0afc0412
This commit is contained in:
@@ -379,6 +379,17 @@ config VIDEO_LT7911D
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called lt7911d.
|
||||
|
||||
config VIDEO_LT7911UXC
|
||||
tristate "Lontium LT7911UXC decoder"
|
||||
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
|
||||
select HDMI
|
||||
select V4L2_FWNODE
|
||||
help
|
||||
Support for the Lontium LT7911UXC series type-c DP to MIPI CSI-2 bridge.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called lt7911uxc.
|
||||
|
||||
config VIDEO_LT8619C
|
||||
tristate "Lontium LT8619C decoder"
|
||||
depends on VIDEO_V4L2 && I2C && VIDEO_V4L2_SUBDEV_API
|
||||
|
||||
@@ -146,6 +146,7 @@ obj-$(CONFIG_VIDEO_SGM3784) += sgm3784.o
|
||||
obj-$(CONFIG_VIDEO_LT6911UXC) += lt6911uxc.o
|
||||
obj-$(CONFIG_VIDEO_IT6616) += it6616.o
|
||||
obj-$(CONFIG_VIDEO_LT7911D) += lt7911d.o
|
||||
obj-$(CONFIG_VIDEO_LT7911UXC) += lt7911uxc.o
|
||||
obj-$(CONFIG_VIDEO_LT8619C) += lt8619c.o
|
||||
obj-$(CONFIG_VIDEO_SMIAPP_PLL) += smiapp-pll.o
|
||||
obj-$(CONFIG_VIDEO_AK881X) += ak881x.o
|
||||
|
||||
1633
drivers/media/i2c/lt7911uxc.c
Normal file
1633
drivers/media/i2c/lt7911uxc.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user