
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). The setup is included in the device tree.
Signed-off-by: Simon Glass sjg@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.