commit | cce3aedc2b1e0100db9d609a22ce8d9fb2d113a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:45 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:24 2015 -0600 |
tree | 71c53336a056df66ac8ac1b1874f1c60f0d82a0a | |
parent | 6a84aafdd06e016e9a343f5bb97aea9ff745b98e [diff] |
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>