summaryrefslogtreecommitdiffstats
path: root/include/dm/uclass-id.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-02 18:16:08 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:13 -0600
commit801ab9e93c228b30bb526bb1b431e042d46ba2e8 (patch)
tree36662fffee086bb94a7346e41a3c8b65c18da7a7 /include/dm/uclass-id.h
parent224d1ddcc5fa18d88e2c735778c39b8df61016ea (diff)
downloadtalos-obmc-uboot-801ab9e93c228b30bb526bb1b431e042d46ba2e8.tar.gz
talos-obmc-uboot-801ab9e93c228b30bb526bb1b431e042d46ba2e8.zip
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>
Diffstat (limited to 'include/dm/uclass-id.h')
-rw-r--r--include/dm/uclass-id.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
index 777b101842..c744044bb8 100644
--- a/include/dm/uclass-id.h
+++ b/include/dm/uclass-id.h
@@ -57,6 +57,7 @@ enum uclass_id {
UCLASS_USB, /* USB bus */
UCLASS_USB_DEV_GENERIC, /* USB generic device */
UCLASS_USB_HUB, /* USB hub */
+ UCLASS_VIDEO_BRIDGE, /* Video bridge, e.g. DisplayPort to LVDS */
UCLASS_COUNT,
UCLASS_INVALID = -1,
OpenPOWER on IntegriCloud