]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
regulator: qcom_smd: Fix voltage ranges for pm8x41
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 11 Jul 2016 21:50:07 +0000 (14:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Oct 2016 13:21:21 +0000 (15:21 +0200)
commitdf6060f8abee6e1d527c8fff64c318fb297baac4
tree06a6884661b0b8523224da061fc9f3e8604259a2
parent3c50bb5c92da4359246944444bf24a1e35637e3e
regulator: qcom_smd: Fix voltage ranges for pm8x41

commit 290284776bb281759b11faa287b8abccaf74bfcb upstream.

The voltage ranges listed here are wrong. The correct ranges can
be seen in the "native" spmi regulator driver
qcom_spmi-regulator.c at pldo_ranges[], ftsmps_ranges[] and
boost_ranges[] for the pldo, ftsmps, and boost type regulators.
Port these ranges over to the RPM SMD regulator driver so that we
list the appropriate set of supported voltages on pldos.

Doing this allows us to specify a voltage like 3075000 for l24,
whereas before that wasn't a supported voltage.

Fixes: da65e367b67e ("regulator: Regulator driver for the Qualcomm RPM")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/regulator/qcom_smd-regulator.c