aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2013-04-19 20:33:45 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-22 13:27:16 +0100
commite31089c608ae8fa323c5f9c3a2fa208d25e052a6 (patch)
treef248697c55d53a2c677c496bee3ebd39ea465288 /drivers
parentf22c2bae2e9ca75174614d7fdccc206b2b062138 (diff)
regulator: palmas: Add missing ctrl_addr setting for SMPS10
The ctrl_addr setting for SMPS10 is missed, thus palmas_smps_init() read/write wrong register for SMPS10 in current code. Fix it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/palmas-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index a7410632260..552ed514ba2 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -98,6 +98,7 @@ static const struct regs_info palmas_regs_info[] = {
{
.name = "SMPS10",
.sname = "smps10-in",
+ .ctrl_addr = PALMAS_SMPS10_CTRL,
},
{
.name = "LDO1",