From b5412b7c94f47c21b35dab813bfcc9a693228614 Mon Sep 17 00:00:00 2001 From: Jin Qian Date: Tue, 13 Sep 2011 14:16:10 -0700 Subject: ARM: tegra: power: set cardhu suspend mode to LP1 http://nvbugs/876007 Change-Id: Id060bcc5ef20c0bc553bc171a3b96699140b2161 Reviewed-on: http://git-master/r/52136 Reviewed-by: Jin Qian Tested-by: Jin Qian Reviewed-by: Scott Williams Reviewed-by: Bharat Nihalani Rebase-Id: R6496b91629af42d4b6ac9a623cd63d03c14abab2 --- arch/arm/mach-tegra/board-cardhu-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c index a8d5e4079962..035c2de820be 100644 --- a/arch/arm/mach-tegra/board-cardhu-power.c +++ b/arch/arm/mach-tegra/board-cardhu-power.c @@ -968,7 +968,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_LP2, + .suspend_mode = TEGRA_SUSPEND_LP1, .core_timer = 0x7e7e, .core_off_timer = 0, .corereq_high = true, -- cgit v1.2.3