[U-Boot] [PATCH v2 11/37] video: panel: Add a simple panel driver

Simon Glass sjg at chromium.org
Fri Jan 22 19:38:17 CET 2016


On 21 January 2016 at 19:44, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list