drm/bridge: Add PTN3460 bridge driver

This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS
bridge chip.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
This commit is contained in:
Sean Paul
2014-02-24 19:31:24 +09:00
committed by Inki Dae
parent ce6cb556c9
commit a9fe713d7d
7 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
config DRM_PTN3460
tristate "PTN3460 DP/LVDS bridge"
depends on DRM && I2C
---help---