summaryrefslogtreecommitdiff
path: root/include/panel.h
AgeCommit message (Collapse)Author
2016-01-22dm: panel: Add a panel uclassSimon Glass
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>