diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-27 13:42:14 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-27 13:42:14 -0700 |
commit | 6a1a6f4f69adf0febfd923795b45edeff63e75ed (patch) | |
tree | c28bb105a087a06d71ac7a80f1a46df7c4278397 /arch/arm | |
parent | c20d70e8acb37f50314c355a108906449b3f0775 (diff) |
HACK: Cardhu: Disable LP0 for now
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/board-cardhu-power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c index 5094ce8127f8..cfefee82641c 100644 --- a/arch/arm/mach-tegra/board-cardhu-power.c +++ b/arch/arm/mach-tegra/board-cardhu-power.c @@ -1128,7 +1128,7 @@ static void cardhu_board_resume(int lp_state, enum resume_stage stg) static struct tegra_suspend_platform_data cardhu_suspend_data = { .cpu_timer = 2000, .cpu_off_timer = 200, - .suspend_mode = TEGRA_SUSPEND_LP0, + .suspend_mode = TEGRA_SUSPEND_LP1, .core_timer = 0x7e7e, .core_off_timer = 0, .corereq_high = true, |