ARM: ux500: Enable LED heartbeat functionality on Snowbal via DT

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>
This commit is contained in:
Lee Jones 2012-05-02 09:48:38 +01:00
Родитель c525f07110
Коммит fd53d04280
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -78,6 +78,7 @@
label = "user_led";
gpios = <&gpio4 14 0x4>;
default-state = "on";
linux,default-trigger = "heartbeat";
};
};