[ARM] tegra: stingray: Enable LP0 suspend
authorColin Cross <ccross@google.com>
Mon, 2 Aug 2010 23:13:38 +0000 (16:13 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:38 +0000 (16:33 -0700)
Change-Id: I263eee7206c7109cb766e3dbad991304a6ebc9ab
Signed-off-by: Colin Cross <ccross@google.com>
arch/arm/mach-tegra/board-stingray.c

index 6ef4db70fffeffe9ee377f689bbe255e3f755e9f..9ca42d5ac6cfdb2837b0cd350c120d3b6360d8a2 100644 (file)
@@ -785,11 +785,7 @@ static struct tegra_suspend_platform_data stingray_suspend = {
         .corereq_high = true,
        .sysclkreq_high = true,
        .dram_suspend = true,
-       .core_off = false,
-       .wake_enb = 0,
-       .wake_low = 0,
-       .wake_high = 0,
-       .wake_any = 0,
+       .core_off = true,
 };
 
 static void *das_base = IO_ADDRESS(TEGRA_APB_MISC_BASE);