projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e9dee0
)
ARM: ux500: fix proximity sensor button
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 2 Oct 2013 12:56:49 +0000
(14:56 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 2 Oct 2013 13:03:04 +0000
(15:03 +0200)
The proximity sensor is connected to pin AH12 on newer HREFs,
that corresponds to pin offset 25 on gpio5, not gpio6.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-hrefv60plus.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ste-hrefv60plus.dts
b/arch/arm/boot/dts/ste-hrefv60plus.dts
index bb3cfc7280e89d6249f142fe9a2d515f8c614110..111546802667a5fb8332aeb8b756de7dacafe9dc 100644
(file)
--- a/
arch/arm/boot/dts/ste-hrefv60plus.dts
+++ b/
arch/arm/boot/dts/ste-hrefv60plus.dts
@@
-20,7
+20,7
@@
/ {
gpio_keys {
button@1 {
- gpios = <&gpio
6
25 0x4>;
+ gpios = <&gpio
5
25 0x4>;
};
};