| f563dc1d | 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
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
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>
show more ...
|
| 1b30d61d | 22-Jan-2016 |
Simon Glass <sjg@chromium.org> |
dm: core: Export uclass_find_device_by_of_offset()
It is sometimes useful to be able to find a device before probing it, perhaps to set up some platform data for it. Allow finding by of_offset also.
dm: core: Export uclass_find_device_by_of_offset()
It is sometimes useful to be able to find a device before probing it, perhaps to set up some platform data for it. Allow finding by of_offset also.
Signed-off-by: Simon Glass <sjg@chromium.org>
show more ...
|