
22 Jan
2016
22 Jan
'16
7:38 p.m.
On 21 January 2016 at 19:44, Simon Glass sjg@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@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.