summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-05-02 08:20:37 (GMT)
committerLee Jones <lee.jones@linaro.org>2012-07-13 07:55:45 (GMT)
commitc525f07110c08b4a0c8ed4182d86101d4d023cc0 (patch)
tree544e35d78d93cbe27500bd73b6870c2e5591b449 /arch/arm/mach-ux500
parent12cb7bd48f4fc89bbe31ee2cbac135131a6fb499 (diff)
downloadlinux-fsl-qoriq-c525f07110c08b4a0c8ed4182d86101d4d023cc0.tar.xz
ARM: ux500: Enable LED heartbeat functionality on Snowball
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>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index e4e63c7..9ba9528 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -58,7 +58,7 @@
static struct gpio_led snowball_led_array[] = {
{
.name = "user_led",
- .default_trigger = "none",
+ .default_trigger = "heartbeat",
.gpio = 142,
},
};