aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.h
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-11-01 10:37:03 +0000
committerOlof Johansson <olof@lixom.net>2011-12-07 21:13:47 -0800
commitc1c374d58c5678fd2364c767f4281342e5362b29 (patch)
treeaf411e7b26460b7813c2ed6a5227c4a6312eeac7 /arch/arm/mach-tegra/board-paz00.h
parentLinux 3.2-rc4 (diff)
downloadlinux-dev-c1c374d58c5678fd2364c767f4281342e5362b29.tar.xz
linux-dev-c1c374d58c5678fd2364c767f4281342e5362b29.zip
ARM: tegra: paz00: add support for wakeup gpio key
This adds support for a wakeup gpio which is connected to the embedded controller. This will be used later on for wakeup from suspend. Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Marc Dietrich <marvin24@gmx.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.h')
-rw-r--r--arch/arm/mach-tegra/board-paz00.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.h b/arch/arm/mach-tegra/board-paz00.h
index 8aff06eb58c3..ffa83f580db6 100644
--- a/arch/arm/mach-tegra/board-paz00.h
+++ b/arch/arm/mach-tegra/board-paz00.h
@@ -32,6 +32,9 @@
#define TEGRA_WIFI_RST TEGRA_GPIO_PD1
#define TEGRA_WIFI_LED TEGRA_GPIO_PD0
+/* WakeUp */
+#define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PJ7
+
void paz00_pinmux_init(void);
#endif