From: Gary King Date: Tue, 31 Aug 2010 19:05:31 +0000 (-0700) Subject: [ARM] tegra: ventana: fix suspend build break X-Git-Tag: firefly_0821_release~9833^2~244 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d66805a40c004b56d047bf88935e33e9e8fc2639;p=firefly-linux-kernel-4.4.55.git [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 --- 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 #include #include +#include + #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,