]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: video: Add support for the Parade PS8622/625 bridge
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:09 +0000 (18:16 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:13 +0000 (21:06 -0600)
commitbcd5dfffe6d7827c5c1df96b2e5168036d522220
treea21f8a8f376e42c238e4be68097db7c66be6df6a
parent5eaeadaa3afee088421e26cbbc07b6969a9e3425
dm: video: Add support for the Parade PS8622/625 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). The setup is included
in the device tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/video/bridge/ps8622.txt [new file with mode: 0644]
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/ps862x.c [new file with mode: 0644]