commit | 448e9dfe39f977cda0adb3a48a6808bc6db761c4 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Mar 11 09:51:39 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 23 09:43:08 2015 -0400 |
tree | f1356df3305111f9869b57b789eda0450391d582 | |
parent | a3f4a85c6ddd585ecd9d89a8c970c6c5990a3605 [diff] |
cmd_led: Extend led command to support blinking and more leds 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 <sr@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>