• Simon Glass's avatar
    dm: Add support for LEDs · 5917112c
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    5917112c