commit | 6b3600b4ba0810c84437cf76556d9afbd55c1bfc | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sat Sep 26 21:21:12 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 29 17:07:27 2015 +0100 |
tree | eb11ae66fcc871a33eeb3ed29b310ebcb803cebf | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f [diff] |
regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5 The enable bit indexes for DCDC4 and DCDC5 regulators are off by 1. We haven't run into any problems with this since either the regulators aren't defined in the DT and aren't used, or all the DCDC regulators have the "always-on" property set, as they are almost always used for system critical loads. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org