diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index a0a6cc430c8a..1e311b02c0c3 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -842,7 +842,7 @@ static struct tegra_suspend_platform_data stingray_suspend = { .corereq_high = true, .sysclkreq_high = true, .dram_suspend = true, - .core_off = false, + .core_off = true, }; static void *das_base = IO_ADDRESS(TEGRA_APB_MISC_BASE);