diff options
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/twl-regulator.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c index 3df02267e1e7..6c464b86b29c 100644 --- a/drivers/regulator/twl-regulator.c +++ b/drivers/regulator/twl-regulator.c | |||
@@ -576,6 +576,9 @@ static int twlreg_probe(struct platform_device *pdev) | |||
576 | } | 576 | } |
577 | platform_set_drvdata(pdev, rdev); | 577 | platform_set_drvdata(pdev, rdev); |
578 | 578 | ||
579 | twlreg_write(info, TWL_MODULE_PM_RECEIVER, VREG_REMAP, | ||
580 | info->remap); | ||
581 | |||
579 | /* NOTE: many regulators support short-circuit IRQs (presentable | 582 | /* NOTE: many regulators support short-circuit IRQs (presentable |
580 | * as REGULATOR_OVER_CURRENT notifications?) configured via: | 583 | * as REGULATOR_OVER_CURRENT notifications?) configured via: |
581 | * - SC_CONFIG | 584 | * - SC_CONFIG |