
22 Jan
2016
22 Jan
'16
7:38 p.m.
On 21 January 2016 at 19:44, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
drivers/video/Makefile | 2 +- drivers/video/simple_panel.c | 99 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 drivers/video/simple_panel.c
Applied to u-boot-rockchip.