From 462c38a63cd5beca12e2f6e8ca27bcf250888e49 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 1 Dec 2011 15:18:59 -0800 Subject: ARM: tegra: whistler: Update max8907c power off Opt into max8907c registering a pm_power_off handler instead of doing it ourselves. Change-Id: Ie4eb76e3b7e05d1393815ace18458ce37d8a0c7c Signed-off-by: Dan Willemsen Reviewed-on: http://git-master/r/83601 Reviewed-by: Varun Wadekar --- arch/arm/mach-tegra/board-whistler-power.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-tegra/board-whistler-power.c') diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c index 89ca697b92ba..10f8c3824d0b 100644 --- a/arch/arm/mach-tegra/board-whistler-power.c +++ b/arch/arm/mach-tegra/board-whistler-power.c @@ -228,6 +228,7 @@ static struct max8907c_platform_data max8907c_pdata = { .subdevs = whistler_max8907c_power_devices, .irq_base = TEGRA_NR_IRQS, .max8907c_setup = whistler_max8907c_setup, + .use_power_off = true, }; static struct i2c_board_info __initdata whistler_regulators[] = { -- cgit v1.2.3