aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-09-20 22:13:25 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-09-20 22:13:33 -0400
commitc8c24dad2349fb430641535a4f26a7a1cebb9644 (patch)
treec8c546e567f5c8cc36e6bc52b01ccfc67f49802b /arch
parent3c817102ea8ee5b18c0e58785a9354fb96348823 (diff)
ARM: dts: Enable on-board keys as wakeup source for exynos4210-origen
On board keys on Origen board can serve as wakeup sources, hence they are marked accordingly in the device tree file. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4210-origen.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4210-origen.dts b/arch/arm/boot/dts/exynos4210-origen.dts
index d1a1101fd96e..c525e98f4953 100644
--- a/arch/arm/boot/dts/exynos4210-origen.dts
+++ b/arch/arm/boot/dts/exynos4210-origen.dts
@@ -66,30 +66,35 @@
66 label = "Up"; 66 label = "Up";
67 gpios = <&gpx2 0 0 0 2>; 67 gpios = <&gpx2 0 0 0 2>;
68 linux,code = <103>; 68 linux,code = <103>;
69 gpio-key,wakeup;
69 }; 70 };
70 71
71 down { 72 down {
72 label = "Down"; 73 label = "Down";
73 gpios = <&gpx2 1 0 0 2>; 74 gpios = <&gpx2 1 0 0 2>;
74 linux,code = <108>; 75 linux,code = <108>;
76 gpio-key,wakeup;
75 }; 77 };
76 78
77 back { 79 back {
78 label = "Back"; 80 label = "Back";
79 gpios = <&gpx1 7 0 0 2>; 81 gpios = <&gpx1 7 0 0 2>;
80 linux,code = <158>; 82 linux,code = <158>;
83 gpio-key,wakeup;
81 }; 84 };
82 85
83 home { 86 home {
84 label = "Home"; 87 label = "Home";
85 gpios = <&gpx1 6 0 0 2>; 88 gpios = <&gpx1 6 0 0 2>;
86 linux,code = <102>; 89 linux,code = <102>;
90 gpio-key,wakeup;
87 }; 91 };
88 92
89 menu { 93 menu {
90 label = "Menu"; 94 label = "Menu";
91 gpios = <&gpx1 5 0 0 2>; 95 gpios = <&gpx1 5 0 0 2>;
92 linux,code = <139>; 96 linux,code = <139>;
97 gpio-key,wakeup;
93 }; 98 };
94 }; 99 };
95}; 100};