mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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>
This commit is contained in:
parent
f22c2bae2e
commit
e31089c608
@ -98,6 +98,7 @@ static const struct regs_info palmas_regs_info[] = {
|
|||||||
{
|
{
|
||||||
.name = "SMPS10",
|
.name = "SMPS10",
|
||||||
.sname = "smps10-in",
|
.sname = "smps10-in",
|
||||||
|
.ctrl_addr = PALMAS_SMPS10_CTRL,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "LDO1",
|
.name = "LDO1",
|
||||||
|
Loading…
Reference in New Issue
Block a user