commit | 689b9e025f0cbf2f537566f8334ab6fd937336ae | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Mar 04 12:41:33 2019 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Mar 21 14:59:24 2019 +0000 |
tree | b23f9de27805334c95a5c6ed3007247e04a1dea9 | |
parent | 4e105e3b4bc6a1825aefc56f11951e1496a5bb3c [diff] |
regulator: tps65217: Simplify linear range for selector 25-52 The original code separates the selector 25-52 into 2 ranges on purpose because DCDC1/DCDC3 only support up to 1.8V/1.5V in the old code. Both DCDC1 and DCDC3 support up to 3.3V since commit b4c2e158a1e1 ("regulator: tps65217: Allow DCDC1 and DCDC3 up to 3.3V"), so merge 25-30 and 31-52 ranges to one range. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>