From: Linus Walleij Date: Wed, 2 Oct 2013 12:56:49 +0000 (+0200) Subject: ARM: ux500: fix proximity sensor button X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0ca3399fc822ff65120f6a59f6d4b82ff462559f;p=deliverable%2Flinux.git 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 --- 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>; }; };