summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu-power.c
diff options
context:
space:
mode:
authorNarendra Damahe <ndamahe@nvidia.com>2011-03-08 13:04:51 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:53:28 -0700
commitda8e1205b98246ded57fe10bba2632d59d202f42 (patch)
tree828aa609883e9e271b6256e2fd910fe363f12643 /arch/arm/mach-tegra/board-cardhu-power.c
parent72cceca7fabaed8871c941e012af73523c47bcf3 (diff)
tegra:cardhu: enable suspend power state(LP1)
Enabling suspend power state(LP1) by default for Cardhu Original-Change-Id: I6d39702307a7629ad7cf8b569e7fc9c520f6653e Reviewed-on: http://git-master/r/22092 Reviewed-by: Narendra Damahe <ndamahe@nvidia.com> Tested-by: Narendra Damahe <ndamahe@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> Change-Id: Ic22bda19616a61c5e4781b9e32b0dd4dfdd3a110
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-power.c')
-rw-r--r--[-rwxr-xr-x]arch/arm/mach-tegra/board-cardhu-power.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c
index 01b59673c46c..a22033b33274 100755..100644
--- a/arch/arm/mach-tegra/board-cardhu-power.c
+++ b/arch/arm/mach-tegra/board-cardhu-power.c
@@ -580,15 +580,15 @@ int __init cardhu_gpio_switch_regulator_init(void)
static struct tegra_suspend_platform_data cardhu_suspend_data = {
.cpu_timer = 2000,
.cpu_off_timer = 0,
- .suspend_mode = TEGRA_SUSPEND_NONE,
+ .suspend_mode = TEGRA_SUSPEND_LP1,
.core_timer = 0x7e7e,
.core_off_timer = 0,
.separate_req = true,
.corereq_high = false,
.sysclkreq_high = true,
- .wake_enb = 0,
+ .wake_enb = TEGRA_WAKE_GPIO_PV0 | TEGRA_WAKE_PWR_INT,
.wake_high = 0,
- .wake_low = 0,
+ .wake_low = TEGRA_WAKE_GPIO_PV0 | TEGRA_WAKE_PWR_INT,
.wake_any = 0,
};