commit | 048dba0191b55f635468671d942347651067d7e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:16:10 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:13 2015 -0600 |
tree | 2e695d5bb6015b178d8bd06a260f7d30908e7a7e | |
parent | bcd5dfffe6d7827c5c1df96b2e5168036d522220 [diff] |
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>