]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:15 +0000 (08:17 +0200)
commit36c56ebc6046aa81a82dd3e1572a28f50e02a4a7
tree326f6c081d6b15048ab9bb635461f96f7f665b9b
parentd1b835018d99e1c4bed543394c44fcdb7a6c1519
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]