projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9987c8
)
ARM: dts: imx28-evk: add heartbeat gpio-leds
author
Shawn Guo
<shawn.guo@linaro.org>
Thu, 28 Jun 2012 03:45:04 +0000
(11:45 +0800)
committer
Shawn Guo
<shawn.guo@linaro.org>
Tue, 3 Jul 2012 05:25:34 +0000
(13:25 +0800)
Add heartbeat gpio-leds for imx28-evk board.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-evk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx28-evk.dts
b/arch/arm/boot/dts/imx28-evk.dts
index cf2ab2efa0a91f707b5c83a2b0c908b693712551..856b26aa915a9973d6f4b0428062f12daa412cc7 100644
(file)
--- a/
arch/arm/boot/dts/imx28-evk.dts
+++ b/
arch/arm/boot/dts/imx28-evk.dts
@@
-169,4
+169,14
@@
saif-controllers = <&saif0 &saif1>;
audio-codec = <&sgtl5000>;
};
+
+ leds {
+ compatible = "gpio-leds";
+
+ user {
+ label = "Heartbeat";
+ gpios = <&gpio3 5 0>;
+ linux,default-trigger = "heartbeat";
+ };
+ };
};