dm: video: Add support for video bridges
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:08 +0000 (18:16 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:13 +0000 (21:06 -0600)
commit801ab9e93c228b30bb526bb1b431e042d46ba2e8
tree36662fffee086bb94a7346e41a3c8b65c18da7a7
parent224d1ddcc5fa18d88e2c735778c39b8df61016ea
dm: video: Add support for video bridges

A video bridge typically converts video from one format to another, e.g.
DisplayPort to LVDS. Add driver model support for these with a simple
interface to control activation and backlight. The uclass supports GPIO
control of power and reset lines.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/bridge/Kconfig [new file with mode: 0644]
drivers/video/bridge/Makefile [new file with mode: 0644]
drivers/video/bridge/video-bridge-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/video_bridge.h [new file with mode: 0644]