forked from Minki/linux
ARM: dts: Add wake up key to arndale-octa board
Added GPIO based wake up key to Arndale octa board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
f4deb68717
commit
0c6f651662
@ -12,6 +12,7 @@
|
|||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
#include "exynos5420.dtsi"
|
#include "exynos5420.dtsi"
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user