dm: video: Add support for the NXP PTN3460 bridge
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:10 +0000 (18:16 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:13 +0000 (21:06 -0600)
commit048dba0191b55f635468671d942347651067d7e4
tree2e695d5bb6015b178d8bd06a260f7d30908e7a7e
parentbcd5dfffe6d7827c5c1df96b2e5168036d522220
dm: video: Add support for the NXP PTN3460 bridge

This chip provides an eDP to LVDS bridge which is useful for SoCs that don't
support LVDS displays (or it would waste scarce pins). There is no setup
required by this chip, other than to adjust power-down and reset pins, and
those are managed by the uclass.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/ptn3460.c [new file with mode: 0644]