summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorJoshua Cha <joshuac@nvidia.com>2011-11-14 10:56:06 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:01 -0800
commita11da123e43ac2ca884fb8539c15d17cf859adb1 (patch)
tree5111959a67f924386442dd5e880c7ca0c852a194 /arch/arm/mach-tegra/board-whistler-power.c
parent98277cf86e97687a75f5e6c28ed00542075819ea (diff)
ARM: tegra: whistler: enable LP0 suspend/resume
To enable LP0 suspend/resume operation of whistler ref b'd, we set combined_req flag. Bug 862504 Change-Id: I3f146b1bd656bc653463b60a64c0b99324670581 Reviewed-on: http://git-master/r/64012 Tested-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: Rb45382cce05229d1b62e7fd172e882b912d0b3f3
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index aeae4302399b..72a1d04ab8a0 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -245,6 +245,7 @@ static struct tegra_suspend_platform_data whistler_suspend_data = {
.core_off_timer = 0xc00,
.corereq_high = true,
.sysclkreq_high = true,
+ .combined_req = true,
};
int __init whistler_regulator_init(void)