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:
eaa27f3
)
ARM: at91/dt: sama5d3: enable D2 as the heartbeat LED
author
Josh Wu
<josh.wu@atmel.com>
Tue, 9 Dec 2014 10:54:46 +0000
(18:54 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 15 Jan 2015 14:00:11 +0000
(15:00 +0100)
This D2 led is available for all sama5d3x-ek board. So make it a
heartbeat LED.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/sama5d3xcm.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d3xcm.dtsi
b/arch/arm/boot/dts/sama5d3xcm.dtsi
index cfcd200b0c177967f91d9c26e4372d4f1f514b27..7d6babdab03911aa089d08946df6f9e66e9bd590 100644
(file)
--- a/
arch/arm/boot/dts/sama5d3xcm.dtsi
+++ b/
arch/arm/boot/dts/sama5d3xcm.dtsi
@@
-122,6
+122,7
@@
d2 {
label = "d2";
gpios = <&pioE 25 GPIO_ACTIVE_LOW>; /* PE25, conflicts with A25, RXD2 */
+ linux,default-trigger = "heartbeat";
};
};
};