]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: video: Add support for video bridges
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:08 +0000 (18:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:15 +0000 (08:17 +0200)
commit21e0b824739d21ddc846ea364202cb0d636593f2
tree5240c78bb5fecb94640cb960abb88732e9d62978
parentb198b2cabb6d9a54f09dba337a34c6422760587e
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]