commit | f563dc1d195aa7ca0ba1ce614031e9727fab1325 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:58 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | d54147c647b53c89cfba06daf204ba02f4101f0b | |
parent | 65fba5927c9f5e313a15b952c8e51b6e3a693534 [diff] |
dm: panel: Add a panel uclass LCD panels can usefully be modelled as their own uclass. They can be probed (which powers them up ready for use). If they have a backlight, this can be enabled. Signed-off-by: Simon Glass <sjg@chromium.org>