Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c6f6516 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

ARM: dts: Add wake up key to arndale-octa board



Added GPIO based wake up key to Arndale octa board.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f4deb687
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
/dts-v1/;
#include "exynos5420.dtsi"
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/input/input.h>

/ {
	model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
@@ -348,4 +349,14 @@
		};
	};

	gpio_keys {
		compatible = "gpio-keys";

		wakeup {
			label = "SW-TACT1";
			gpios = <&gpx2 7 1>;
			linux,code = <KEY_WAKEUP>;
			gpio-key,wakeup;
		};
	};
};