diff options
author | Linus Walleij <[email protected]> | 2013-10-02 14:56:49 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2013-10-02 15:03:04 +0200 |
commit | 0ca3399fc822ff65120f6a59f6d4b82ff462559f (patch) | |
tree | d0663a5574bcc02b29ee266fb16d3dfa45b36f44 | |
parent | 7e9dee0ca27f0bcedb4fad728bb0dc86da0863c7 (diff) |
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 <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/ste-hrefv60plus.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ste-hrefv60plus.dts b/arch/arm/boot/dts/ste-hrefv60plus.dts index bb3cfc7280e8..111546802667 100644 --- 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 = <&gpio6 25 0x4>; + gpios = <&gpio5 25 0x4>; }; }; |