]> git.ipfire.org Git - people/ms/u-boot.git/commit
regulator: palmas: Fix smps6 - smps9 indices
authorKeerthy <j-keerthy@ti.com>
Fri, 3 Feb 2017 11:34:08 +0000 (17:04 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 21:24:27 +0000 (16:24 -0500)
commit3064aa7009aa75299bad66fd6de3916174822bfb
tree838fccd491482a3cba6146ae3b470c3f8081751b
parent4985012b73f298e514dea0af46106a107348bce1
regulator: palmas: Fix smps6 - smps9 indices

The array indices used currently are dispalaced by 1 for
SMPS6 through SMPS10 in the respective places of voltage and ctrl
arrays hence fix the same as to assign the right voltage and ctrl
registers.

Signed-off-by: Keerthy <j-keerthy@ti.com>
drivers/power/regulator/palmas_regulator.c