ARM: ux500: fix proximity sensor button
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>
This commit is contained in:
parent
7e9dee0ca2
commit
0ca3399fc8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
gpio_keys {
|
||||
button@1 {
|
||||
gpios = <&gpio6 25 0x4>;
|
||||
gpios = <&gpio5 25 0x4>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue