summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-12-01 15:14:40 -0800
committerSimone Willett <swillett@nvidia.com>2012-02-15 17:03:49 -0800
commit0fc5f9bad189e49d473da8e9ddd08a9bd45eac4d (patch)
tree933e0d70d26655c430239dc5f576144741b68321 /arch/arm/mach-tegra/board-ventana-power.c
parent88b5905d67d7ba03e98008fdcb4bf7874bcade18 (diff)
ARM: tegra: ventana: Update pm_power_off registration
Opt into the tps6586x registering the pm_power_off handler instead of doing it ourselves. Change-Id: I8363a3b4f5626bb45b2118559c3ab67e247e3172 Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-on: http://git-master/r/83599 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index 3ab178d8ebf8..7cdafcb3c05a 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -203,6 +203,7 @@ static struct tps6586x_platform_data tps_platform = {
.num_subdevs = ARRAY_SIZE(tps_devs),
.subdevs = tps_devs,
.gpio_base = TPS6586X_GPIO_BASE,
+ .use_power_off = true,
};
static struct i2c_board_info __initdata ventana_regulators[] = {