diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-04-19 20:33:45 +0800 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-22 13:27:16 +0100 |
commit | e31089c608ae8fa323c5f9c3a2fa208d25e052a6 (patch) | |
tree | f248697c55d53a2c677c496bee3ebd39ea465288 /drivers/regulator/palmas-regulator.c | |
parent | f22c2bae2e9ca75174614d7fdccc206b2b062138 (diff) | |
download | op-kernel-dev-e31089c608ae8fa323c5f9c3a2fa208d25e052a6.zip op-kernel-dev-e31089c608ae8fa323c5f9c3a2fa208d25e052a6.tar.gz |
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/regulator/palmas-regulator.c')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index a741063..552ed51 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", |