[U-Boot] [PATCH v2 10/37] dm: panel: Add a panel uclass

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


On 21 January 2016 at 19:44, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/video/Makefile       |  1 +
>  drivers/video/panel-uclass.c | 25 +++++++++++++++++++++++++
>  include/dm/uclass-id.h       |  1 +
>  include/panel.h              | 31 +++++++++++++++++++++++++++++++
>  4 files changed, 58 insertions(+)
>  create mode 100644 drivers/video/panel-uclass.c
>  create mode 100644 include/panel.h

Applied to u-boot-rockchip.


More information about the U-Boot mailing list