File tree Expand file tree Collapse file tree 3 files changed +720
-0
lines changed Expand file tree Collapse file tree 3 files changed +720
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,16 @@ config DRM_TI_TFP410
285
285
help
286
286
Texas Instruments TFP410 DVI/HDMI Transmitter driver
287
287
288
+ config DRM_TI_SN65DSI83
289
+ tristate "TI SN65DSI83 and SN65DSI84 DSI to LVDS bridge"
290
+ depends on OF
291
+ select DRM_KMS_HELPER
292
+ select REGMAP_I2C
293
+ select DRM_PANEL
294
+ select DRM_MIPI_DSI
295
+ help
296
+ Texas Instruments SN65DSI83 and SN65DSI84 DSI to LVDS Bridge driver
297
+
288
298
config DRM_TI_SN65DSI86
289
299
tristate "TI SN65DSI86 DSI to eDP bridge"
290
300
depends on OF
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ obj-$(CONFIG_DRM_TOSHIBA_TC358767) += tc358767.o
23
23
obj-$(CONFIG_DRM_TOSHIBA_TC358768) += tc358768.o
24
24
obj-$(CONFIG_DRM_TOSHIBA_TC358775) += tc358775.o
25
25
obj-$(CONFIG_DRM_I2C_ADV7511) += adv7511/
26
+ obj-$(CONFIG_DRM_TI_SN65DSI83) += ti-sn65dsi83.o
26
27
obj-$(CONFIG_DRM_TI_SN65DSI86) += ti-sn65dsi86.o
27
28
obj-$(CONFIG_DRM_TI_TFP410) += ti-tfp410.o
28
29
obj-$(CONFIG_DRM_TI_TPD12S015) += ti-tpd12s015.o
You can’t perform that action at this time.
0 commit comments