summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-08-31 12:05:31 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:25 -0800
commit2f60285f3c3dd23811645c14fff1670ca26f62ac (patch)
tree99af5502f76f46d167b57e7457855b0b428ce984 /arch/arm/mach-tegra/board-ventana-power.c
parent77c35c35f9987654adb867a05426c3f0c61ebfcc (diff)
[ARM] tegra: ventana: fix suspend build break
update the suspend platform data for ventana to match recent changes Change-Id: I142123027453ee34f80c094fb7cf1fcb464e889d Signed-off-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index 1ecaace26813..5d998589eb12 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -19,6 +19,8 @@
#include <linux/regulator/machine.h>
#include <linux/mfd/tps6586x.h>
#include <linux/gpio.h>
+#include <mach/suspend.h>
+
#include "power.h"
#include "wakeups-t2.h"
#include "board.h"
@@ -137,8 +139,7 @@ static struct i2c_board_info __initdata ventana_regulators[] = {
static struct tegra_suspend_platform_data ventana_suspend_data = {
.cpu_timer = 2000,
.cpu_off_timer = 0,
- .dram_suspend = true,
- .core_off = false,
+ .suspend_mode = TEGRA_SUSPEND_LP1,
.core_timer = 0x7e7e,
.core_off_timer = 0,
.separate_req = true,