commit | 6aa801b689c9908f8323b5a54662a1a92cd35335 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:59 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | 7724a3951261c66844780c96b0d3acb0e7adc765 | |
parent | 14d1c8e553cf920f33f630975d7a4a9d3dd1f29b [diff] |
video: panel: Add a simple panel driver Most panels are very simple - they just have a power supply and a backlight. Add a driver which supports this and implements the enable_backlight() method. Signed-off-by: Simon Glass <sjg@chromium.org>