commit | 7cf1757ca9e3b36380487088e1171941fae0751c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 02 18:16:08 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 21:06:13 2015 -0600 |
tree | 36662fffee086bb94a7346e41a3c8b65c18da7a7 | |
parent | e5c88eafe58f6b4a8b1f1623ac47f921b489b497 [diff] |
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>