
28 Jul
2015
28 Jul
'15
1:30 a.m.
On 2 July 2015 at 18:16, Simon Glass sjg@chromium.org wrote:
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 | 9 +++++++++ drivers/video/bridge/Makefile | 1 + drivers/video/bridge/ptn3460.c | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 drivers/video/bridge/ptn3460.c
Applied to u-boot-dm.