]> git.sur5r.net Git - u-boot/commit
dm: panel: Add a panel uclass
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:44:58 +0000 (19:44 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:36 +0000 (20:42 -0700)
commitf563dc1d195aa7ca0ba1ce614031e9727fab1325
treed54147c647b53c89cfba06daf204ba02f4101f0b
parent65fba5927c9f5e313a15b952c8e51b6e3a693534
dm: panel: Add a panel uclass

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>
drivers/video/Makefile
drivers/video/panel-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/panel.h [new file with mode: 0644]