summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index bbfd4f529ad7..18a588f7db8c 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -247,9 +247,9 @@ static struct tegra_suspend_platform_data whistler_suspend_data = {
.separate_req = false,
.corereq_high = true,
.sysclkreq_high = true,
- .wake_enb = TEGRA_WAKE_KBC_EVENT,
+ .wake_enb = TEGRA_WAKE_KBC_EVENT | TEGRA_WAKE_GPIO_PS0,
.wake_high = 0,
- .wake_low = 0,
+ .wake_low = TEGRA_WAKE_GPIO_PS0,
.wake_any = TEGRA_WAKE_KBC_EVENT,
};