summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-05-13 19:28:03 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:42 -0800
commite21c90edd5f4069d07f20e1db0e585b76c468645 (patch)
treed0e8534d7d7ba726a42e17f51f0744d46606b5cb /arch/arm/mach-tegra/board-ventana-power.c
parent1d0ea2d37cd99fcee4277c7eacef72e0f2fce64e (diff)
ARM: tegra: Update ventana boardfiles for k39
Rebase-Id: Rc1fbe4548e4482dab61877b36a6a7921a8602b57
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index d98266cfce97..1376b1019ff9 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -22,7 +22,6 @@
#include <linux/regulator/machine.h>
#include <linux/mfd/tps6586x.h>
#include <linux/gpio.h>
-#include <mach/suspend.h>
#include <linux/io.h>
#include <mach/iomap.h>
@@ -32,7 +31,7 @@
#include "gpio-names.h"
#include "fuse.h"
-#include "power.h"
+#include "pm.h"
#include "wakeups-t2.h"
#include "board.h"
#include "board-ventana.h"
@@ -212,13 +211,8 @@ static struct tegra_suspend_platform_data ventana_suspend_data = {
.suspend_mode = TEGRA_SUSPEND_LP0,
.core_timer = 0x7e7e,
.core_off_timer = 0xf,
- .separate_req = true,
.corereq_high = false,
.sysclkreq_high = true,
- .wake_enb = TEGRA_WAKE_GPIO_PV2,
- .wake_high = 0,
- .wake_low = TEGRA_WAKE_GPIO_PV2,
- .wake_any = 0,
};
int __init ventana_regulator_init(void)