From 0fd52954473907e506f0a30c9ce69b2f83286ff7 Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 4 Apr 2017 15:57:10 +0200 Subject: apalis-tk1: default to lp1 sleep Due to problems with LP0 sleep, make LP1 the default option. Signed-off-by: Dominik Sliwa Acked-by: Marcel Ziswiler --- arch/arm/mach-tegra/board-apalis-tk1-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/board-apalis-tk1-power.c b/arch/arm/mach-tegra/board-apalis-tk1-power.c index 8e4bb5be6537..69ea8d378e25 100644 --- a/arch/arm/mach-tegra/board-apalis-tk1-power.c +++ b/arch/arm/mach-tegra/board-apalis-tk1-power.c @@ -53,7 +53,7 @@ static struct tegra_suspend_platform_data apalis_tk1_suspend_data = { .cpu_timer = 500, .cpu_off_timer = 300, - .suspend_mode = TEGRA_SUSPEND_LP0, + .suspend_mode = TEGRA_SUSPEND_LP1, .core_timer = 0x157e, .core_off_timer = 10, .corereq_high = true, -- cgit v1.2.3