mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 14:04:05 +08:00
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
@ -20,7 +20,7 @@
|
||||
|
||||
gpio_keys {
|
||||
button@1 {
|
||||
gpios = <&gpio6 25 0x4>;
|
||||
gpios = <&gpio5 25 0x4>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user