diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2012-09-21 06:13:25 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-09-21 06:13:33 +0400 |
commit | c8c24dad2349fb430641535a4f26a7a1cebb9644 (patch) | |
tree | c8c546e567f5c8cc36e6bc52b01ccfc67f49802b /arch/arm/boot/dts/exynos4210-origen.dts | |
parent | 3c817102ea8ee5b18c0e58785a9354fb96348823 (diff) | |
download | linux-c8c24dad2349fb430641535a4f26a7a1cebb9644.tar.xz |
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/arm/boot/dts/exynos4210-origen.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos4210-origen.dts | 5 |
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 @@ label = "Up"; gpios = <&gpx2 0 0 0 2>; linux,code = <103>; + gpio-key,wakeup; }; down { label = "Down"; gpios = <&gpx2 1 0 0 2>; linux,code = <108>; + gpio-key,wakeup; }; back { label = "Back"; gpios = <&gpx1 7 0 0 2>; linux,code = <158>; + gpio-key,wakeup; }; home { label = "Home"; gpios = <&gpx1 6 0 0 2>; linux,code = <102>; + gpio-key,wakeup; }; menu { label = "Menu"; gpios = <&gpx1 5 0 0 2>; linux,code = <139>; + gpio-key,wakeup; }; }; }; |