u-boot/drivers/led
Simon Glass 5917112c9e dm: Add support for LEDs
Add a simple uclass for LEDs, so that these can be controlled by the device
tree and activated when needed. LEDs are referred to by their label.

This implementation requires a driver for each type of LED (e.g GPIO, I2C).

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-07-21 17:39:24 -06:00
..
Kconfig dm: Add support for LEDs 2015-07-21 17:39:24 -06:00
Makefile dm: Add support for LEDs 2015-07-21 17:39:24 -06:00
led-uclass.c dm: Add support for LEDs 2015-07-21 17:39:24 -06:00