Re: [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:38, Simon Glass wrote: > 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

[U-Boot] [PATCH v3 23/54] dm: Add support for LEDs

2015-06-23 Thread Simon Glass
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 --- Changes in v3: None Changes in v2: None d