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:
Jianwei Fan
2022-06-30 03:16:57 +00:00
committed by Tao Huang
parent 2e72d3a4da
commit 52ce2a563d
3 changed files with 1645 additions and 0 deletions

View File

@@ -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

View File

@@ -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

File diff suppressed because it is too large Load Diff