[U-Boot] [PATCH v2 08/37] dm: backlight: Add a backlight uclass

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


On 21 January 2016 at 19:44, Simon Glass <sjg at chromium.org> wrote:
> LCD panels normally have a backlight which can be controlled to illuminate
> the LCD contents. Add a uclass to support this. Initially it only has a
> method to enable the backlight.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/video/Makefile           |  1 +
>  drivers/video/backlight-uclass.c | 25 +++++++++++++++++++++++++
>  include/backlight.h              | 31 +++++++++++++++++++++++++++++++
>  include/dm/uclass-id.h           |  1 +
>  4 files changed, 58 insertions(+)
>  create mode 100644 drivers/video/backlight-uclass.c
>  create mode 100644 include/backlight.h

Applied to u-boot-rockchip.


More information about the U-Boot mailing list