Re: [U-Boot] [PATCH] cmd_led: Extend led command to support blinking and more leds

2015-03-12 Thread Tom Rini
On Wed, Mar 11, 2015 at 09:51:39AM +0100, Stefan Roese wrote: > This patch extends the U-Boot "led" command to support automatic blinking > by setting a blink frequency in milliseconds. Additionally the number of > supported LEDs is increased to 6 (0...5). > > This will be used by the PCA9551 LED

[U-Boot] [PATCH] cmd_led: Extend led command to support blinking and more leds

2015-03-11 Thread Stefan Roese
This patch extends the U-Boot "led" command to support automatic blinking by setting a blink frequency in milliseconds. Additionally the number of supported LEDs is increased to 6 (0...5). This will be used by the PCA9551 LED driver. Signed-off-by: Stefan Roese --- common/cmd_led.c | 4