diff options
author | Gary King <gking@nvidia.com> | 2010-08-31 12:05:31 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2012-03-21 22:11:12 -0700 |
commit | 0bad3b9ae0fd16d38b1ee4c76e3534fe47e22275 (patch) | |
tree | cf5c8cbe775bc9e94d97e5af1efcb4757e2a5f3d /arch/arm/mach-tegra/board-ventana-power.c | |
parent | 966ad31158e769037f6c8123d3c4855ebcb6e66b (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>
Rebase-Id: Rd0d7daf2be5b4e4b5f863101454c570f4e6175a3
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r-- | arch/arm/mach-tegra/board-ventana-power.c | 5 |
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, |