summaryrefslogtreecommitdiff
path: root/drivers/video/simple_panel.c
AgeCommit message (Collapse)Author
2016-01-21video: panel: Add a simple panel driverSimon Glass
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>