]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: panel: Add a simple panel driver
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:59 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commitcd9c2070ea0712bd69e18236e8b52232fd27b02e
tree7724a3951261c66844780c96b0d3acb0e7adc765
parentf563dc1d195aa7ca0ba1ce614031e9727fab1325
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>
drivers/video/Makefile
drivers/video/simple_panel.c [new file with mode: 0644]