[U-Boot] [PATCH 33/55] dm: video: Add support for the NXP PTN3460 bridge
Simon Glass
sjg at chromium.org
Tue Jul 28 01:30:53 CEST 2015
On 2 July 2015 at 18:16, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list