]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: ux500: Enable LED heartbeat functionality on Snowball
authorLee Jones <lee.jones@linaro.org>
Wed, 2 May 2012 08:20:37 +0000 (09:20 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 13 Jul 2012 07:55:45 +0000 (09:55 +0200)
This patch configures the user LED on Snowball to double flash
every second or so, whilst it's still alive. This can give key
indications as to what the board is doing in the case of no
console output.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/mach-ux500/board-mop500.c

index e4e63c76c28d20067218269a588030d3caefe608..9ba952865300ebdde510b8577376baf1b6174e86 100644 (file)
@@ -58,7 +58,7 @@
 static struct gpio_led snowball_led_array[] = {
        {
                .name = "user_led",
-               .default_trigger = "none",
+               .default_trigger = "heartbeat",
                .gpio = 142,
        },
 };