File tree Expand file tree Collapse file tree 4 files changed +781
-0
lines changed Expand file tree Collapse file tree 4 files changed +781
-0
lines changed Original file line number Diff line number Diff line change @@ -10479,6 +10479,7 @@ LONTIUM LT8912B MIPI TO HDMI BRIDGE
10479
10479
M: Adrien Grassein <
[email protected] >
10480
10480
S: Maintained
10481
10481
F: Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
10482
+ F: drivers/gpu/drm/bridge/lontium-lt8912b.c
10482
10483
10483
10484
LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
10484
10485
M: Sathya Prakash <
[email protected] >
Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ config DRM_DISPLAY_CONNECTOR
61
61
on ARM-based platforms. Saying Y here when this driver is not needed
62
62
will not cause any issue.
63
63
64
+ config DRM_LONTIUM_LT8912B
65
+ tristate "Lontium LT8912B DSI/HDMI bridge"
66
+ depends on OF
67
+ select DRM_PANEL_BRIDGE
68
+ select DRM_KMS_HELPER
69
+ select REGMAP_I2C
70
+ help
71
+ Driver for Lontium LT8912B DSI to HDMI bridge
72
+ chip driver.
73
+ Please say Y if you have such hardware.
74
+
75
+ Say M here if you want to support this hardware as a module.
76
+ The module will be named "lontium-lt8912b".
77
+
64
78
config DRM_LONTIUM_LT9611
65
79
tristate "Lontium LT9611 DSI/HDMI bridge"
66
80
select SND_SOC_HDMI_CODEC if SND_SOC
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ obj-$(CONFIG_DRM_CDNS_DSI) += cdns-dsi.o
3
3
obj-$(CONFIG_DRM_CHIPONE_ICN6211) += chipone-icn6211.o
4
4
obj-$(CONFIG_DRM_CHRONTEL_CH7033) += chrontel-ch7033.o
5
5
obj-$(CONFIG_DRM_DISPLAY_CONNECTOR) += display-connector.o
6
+ obj-$(CONFIG_DRM_LONTIUM_LT8912B) += lontium-lt8912b.o
6
7
obj-$(CONFIG_DRM_LONTIUM_LT9611) += lontium-lt9611.o
7
8
obj-$(CONFIG_DRM_LONTIUM_LT9611UXC) += lontium-lt9611uxc.o
8
9
obj-$(CONFIG_DRM_LVDS_CODEC) += lvds-codec.o
You can’t perform that action at this time.
0 commit comments