regulator: qcom_smd: correct MP5496 ranges
authorRobert Marko <robimarko@gmail.com>
Sat, 4 Jun 2022 19:33:00 +0000 (21:33 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jun 2022 19:38:09 +0000 (20:38 +0100)
commit122e951eb8045338089b086c8bd9b0b9afb04a92
treed86c47d0a7b5bf9d4329fa1e523d1de2aa7452bf
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
regulator: qcom_smd: correct MP5496 ranges

Currently set MP5496 Buck and LDO ranges dont match its datasheet[1].
According to the datasheet:
Buck range is 0.6-2.1875V with a 12.5mV step
LDO range is 0.8-3.975V with a 25mV step.

So, correct the ranges according to the datasheet[1].

[1] https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP5496GR/document_id/6906/

Signed-off-by: Robert Marko <robimarko@gmail.com>
Link: https://lore.kernel.org/r/20220604193300.125758-2-robimarko@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/qcom_smd-regulator.c