summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-harmony-power.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2012-02-13 16:00:28 -0800
committerSimone Willett <swillett@nvidia.com>2012-02-15 17:04:31 -0800
commitc5d3077ad0d936b332ecbcfef9de97329fe95337 (patch)
tree5c502d70896289b1a8f048823ee04acf30567fd2 /arch/arm/mach-tegra/board-harmony-power.c
parent462c38a63cd5beca12e2f6e8ca27bcf250888e49 (diff)
ARM: tegra: harmony: Update pm_power_off registration
Opt into the tps6586x registering the pm_power_off handler instead of doing it ourselves. Change-Id: I7859530c0c88de860c617a1a185f9cf6e8f046c5 Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-on: http://git-master/r/83602 Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-harmony-power.c')
-rw-r--r--arch/arm/mach-tegra/board-harmony-power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony-power.c b/arch/arm/mach-tegra/board-harmony-power.c
index 7d29a9c4bbfc..39473f5d9a30 100644
--- a/arch/arm/mach-tegra/board-harmony-power.c
+++ b/arch/arm/mach-tegra/board-harmony-power.c
@@ -271,6 +271,7 @@ static struct tps6586x_platform_data tps_platform = {
.num_subdevs = ARRAY_SIZE(tps_devs),
.subdevs = tps_devs,
.gpio_base = HARMONY_GPIO_TPS6586X(0),
+ .use_power_off = true,
};
static struct i2c_board_info __initdata harmony_regulators[] = {