Skip to content
Commit dc55ac3b authored by Jyri Sarha's avatar Jyri Sarha
Browse files

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: default avatarJyri Sarha <jsarha@ti.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
parent e2103d36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment