drm/bridge: LT9611UXC: add LT9611UXC driver for HDK8250

Add LT9611UXC driver for HDK8250.

Change-Id: Iec2d592f8ce2a2ede28fc23d7d250f5d356191c3
Signed-off-by: Wenjun Zhang <wjzhan@codeaurora.org>
This commit is contained in:
Wenjun Zhang 2019-10-28 15:41:08 +08:00 committed by Gerrit - the friendly Code Review server
parent d2646935dc
commit 2142e0c34c
3 changed files with 1784 additions and 0 deletions

View File

@ -129,6 +129,18 @@ config DRM_TI_TFP410
---help---
Texas Instruments TFP410 DVI/HDMI Transmitter driver
config DRM_LONTIUM_LT9611UXC
bool "LT LT9611 DSI/HDMI Bridge"
depends on OF
select DRM_KMS_HELPER
select REGMAP_I2C
select DRM_MIPI_DSI
help
Say Y here if you want support for the HDMI interface.
It is Lontium Semiconductor DSI/HDMI Transmitter driver.
This only need to uploade firmware and do not need add
too much other configs when running.
source "drivers/gpu/drm/bridge/analogix/Kconfig"
source "drivers/gpu/drm/bridge/adv7511/Kconfig"

View File

@ -14,4 +14,5 @@ obj-$(CONFIG_DRM_TOSHIBA_TC358767) += tc358767.o
obj-$(CONFIG_DRM_ANALOGIX_DP) += analogix/
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
obj-$(CONFIG_DRM_LONTIUM_LT9611UXC) += lt9611uxc.o
obj-y += synopsys/

File diff suppressed because it is too large Load Diff