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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

	gpio_keys {
		button@1 {
			gpios = <&gpio6 25 0x4>;
			gpios = <&gpio5 25 0x4>;
		};
	};