projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c525f07
)
ARM: ux500: Enable LED heartbeat functionality on Snowbal via DT
author
Lee Jones
<
[email protected]
>
Wed, 2 May 2012 08:48:38 +0000
(09:48 +0100)
committer
Lee Jones
<
[email protected]
>
Fri, 13 Jul 2012 07:55:46 +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 <
[email protected]
>
Signed-off-by: Lee Jones <
[email protected]
>
arch/arm/boot/dts/snowball.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/snowball.dts
b/arch/arm/boot/dts/snowball.dts
index aefcb7f3825eb7c9bdf29fcac81dbedab701c260..7e334d4cae217c8584032666b4301325944786ed 100644
(file)
--- a/
arch/arm/boot/dts/snowball.dts
+++ b/
arch/arm/boot/dts/snowball.dts
@@
-78,6
+78,7
@@
label = "user_led";
gpios = <&gpio4 14 0x4>;
default-state = "on";
+ linux,default-trigger = "heartbeat";
};
};