Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: led: Add a driver for GPIO-controlled LEDs | Simon Glass | 2015-07-21 | -0/+1 |
| | | | | | | | Add a simple driver which allows use of LEDs attached to GPIOs. The linux device tree binding is used. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | dm: Add support for LEDs | Simon Glass | 2015-07-21 | -0/+8 |
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> |