Commit 0ca3399f authored by Linus Walleij's avatar Linus Walleij

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7e9dee0c
......@@ -20,7 +20,7 @@ / {
gpio_keys {
button@1 {
gpios = <&gpio6 25 0x4>;
gpios = <&gpio5 25 0x4>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment