]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/bridge: Add ti-tfp410 DVI transmitter driver
authorJyri Sarha <jsarha@ti.com>
Mon, 31 Oct 2016 15:21:31 +0000 (17:21 +0200)
committerJyri Sarha <jsarha@ti.com>
Wed, 30 Nov 2016 12:17:14 +0000 (14:17 +0200)
commitdc55ac3b52e69be4868687acabf232af81e0ef8b
tree2017947abe9fe0b5eab675a0509837c57ae0f71b
parente2103d36dd95a22d94b9cfbf82681ca094f2f2e8
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>
Documentation/devicetree/bindings/display/bridge/ti,tfp410.txt
drivers/gpu/drm/bridge/Kconfig
drivers/gpu/drm/bridge/Makefile
drivers/gpu/drm/bridge/ti-tfp410.c [new file with mode: 0644]