[U-Boot] [PATCH 32/55] dm: video: Add support for the Parade PS8622/625 bridge
Simon Glass
sjg at chromium.org
Tue Jul 28 01:30:50 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). The setup is included
> in the device tree.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> doc/device-tree-bindings/video/bridge/ps8622.txt | 33 ++++++
> drivers/video/bridge/Kconfig | 10 ++
> drivers/video/bridge/Makefile | 1 +
> drivers/video/bridge/ps862x.c | 134 +++++++++++++++++++++++
> 4 files changed, 178 insertions(+)
> create mode 100644 doc/device-tree-bindings/video/bridge/ps8622.txt
> create mode 100644 drivers/video/bridge/ps862x.c
Applied to u-boot-dm.
More information about the U-Boot
mailing list