projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82914f8
)
ARM: at91: at91sam9n12: correct pin number of gpio-key
author
voice
<voice.shen@atmel.com>
Thu, 11 Jul 2013 03:30:46 +0000
(11:30 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 21 Aug 2013 09:30:13 +0000
(11:30 +0200)
Correct pin number of gpio-key for at91sam9n12ek board.
The pioB4 is connect to LED, the pioB3 use as gpio-key.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9n12ek.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/at91sam9n12ek.dts
b/arch/arm/boot/dts/at91sam9n12ek.dts
index
7a95a28
..
3e86b05
100644
(file)
--- a/
arch/arm/boot/dts/at91sam9n12ek.dts
+++ b/
arch/arm/boot/dts/at91sam9n12ek.dts
@@
-137,7
+137,7
@@
enter {
label = "Enter";
- gpios = <&pioB
4
GPIO_ACTIVE_LOW>;
+ gpios = <&pioB
3
GPIO_ACTIVE_LOW>;
linux,code = <28>;
gpio-key,wakeup;
};