aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMike Turquette <mturquette@ti.com>2010-02-05 09:51:37 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 22:17:14 +0100
commit1ea933f4cdbb88197139b9e62778beba0120e229 (patch)
tree0e6c149ae3e719c870ce271530049c7497cd636e /drivers/mfd
parentgpiolib: Add WM8994 GPIO support (diff)
downloadlinux-dev-1ea933f4cdbb88197139b9e62778beba0120e229.tar.xz
linux-dev-1ea933f4cdbb88197139b9e62778beba0120e229.zip
mfd: Program twl4030 remap_sleep correctly
Variable remap was incorrectly referencing remap_off for the remap_sleep case when configuring TWL4030 power scripts. Signed-off-by: Mike Turquette <mturquette@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/twl4030-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/twl4030-power.c b/drivers/mfd/twl4030-power.c
index 0815292fdafc..5b045ff4a2c2 100644
--- a/drivers/mfd/twl4030-power.c
+++ b/drivers/mfd/twl4030-power.c
@@ -405,7 +405,7 @@ static int __init twl4030_configure_resource(struct twl4030_resconfig *rconfig)
if (rconfig->remap_sleep != TWL4030_RESCONFIG_UNDEF) {
remap &= ~SLEEP_STATE_MASK;
- remap |= rconfig->remap_off << SLEEP_STATE_SHIFT;
+ remap |= rconfig->remap_sleep << SLEEP_STATE_SHIFT;
}
err = twl_i2c_write_u8(TWL4030_MODULE_PM_RECEIVER,