mfd: twl4030-power: Fix poweroff with PM configuration enabled
authorTony Lindgren <tony@atomide.com>
Sun, 2 Nov 2014 18:07:56 +0000 (10:07 -0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 10 Nov 2014 15:22:04 +0000 (15:22 +0000)
commit481c7f868c6d855f31a29c69b445ac4aee9625a6
treefec379479db753f58dacf53a59f29ec355e8a292
parentc0acb8144bd6d8d88aee1dab33364b7353e9a903
mfd: twl4030-power: Fix poweroff with PM configuration enabled

Commit e7cd1d1eb16f ("mfd: twl4030-power: Add generic reset
configuration") enabled configuring the PM features for twl4030.

This caused poweroff command to fail on devices that have the
BCI charger on twl4030 wired, or have power wired for VBUS.
Instead of powering off, the device reboots. This is because
voltage is detected on charger or VBUS with the default bits
enabled for the power transition registers.

To fix the issue, let's just clear VBUS and CHG bits as we want
poweroff command to keep the system powered off.

Fixes: e7cd1d1eb16f ("mfd: twl4030-power: Add generic reset configuration")
Cc: stable@vger.kernel.org # v3.16+
Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl4030-power.c