ARM: ux500: fix proximity sensor button
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 2 Oct 2013 12:56:49 +0000 (14:56 +0200)
committerLinus 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

index bb3cfc7..1115468 100644 (file)
@@ -20,7 +20,7 @@
 
        gpio_keys {
                button@1 {
-                       gpios = <&gpio6 25 0x4>;
+                       gpios = <&gpio5 25 0x4>;
                };
        };