summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bridge/Makefile
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2016-10-31 17:21:31 +0200
committerJyri Sarha <jsarha@ti.com>2016-11-30 14:17:14 +0200
commitdc55ac3b52e69be4868687acabf232af81e0ef8b (patch)
tree2017947abe9fe0b5eab675a0509837c57ae0f71b /drivers/gpu/drm/bridge/Makefile
parente2103d36dd95a22d94b9cfbf82681ca094f2f2e8 (diff)
drm/bridge: Add ti-tfp410 DVI transmitter driver
Add very basic ti-tfp410 DVI transmitter driver. The only feature separating this from a completely dummy bridge is the EDID read support trough DDC I2C. Even that functionality should be in a separate generic connector driver. However, because of missing DRM infrastructure support the connector is implemented within the bridge driver. Some tfp410 HW specific features may be added later if needed, because there is a set of registers behind i2c if it is connected. This implementation is tested against my new tilcdc bridge support and it works with BeagleBone DVI-D Cape Rev A3. A DT binding document is also updated. Signed-off-by: Jyri Sarha <jsarha@ti.com> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/bridge/Makefile')
-rw-r--r--drivers/gpu/drm/bridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/bridge/Makefile b/drivers/gpu/drm/bridge/Makefile
index 97ed1a5fea9a..8b065d9c7652 100644
--- a/drivers/gpu/drm/bridge/Makefile
+++ b/drivers/gpu/drm/bridge/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_DRM_SII902X) += sii902x.o
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