From 095567c1736af28ef6b472e2ab728a2222a425da Mon Sep 17 00:00:00 2001 From: Praveenkumar I Date: Mon, 4 May 2020 19:31:00 +0530 Subject: [PATCH 2/6] regulator: qcom_spmi: SMPS range is added to support PMD9655 PMIC Signed-off-by: Praveenkumar I Change-Id: I5571801debec25527fd763d95aff27cc42f53bde --- drivers/regulator/qcom_spmi-regulator.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/regulator/qcom_spmi-regulator.c +++ b/drivers/regulator/qcom_spmi-regulator.c @@ -480,6 +480,7 @@ static struct spmi_voltage_range ln_ldo_ }; static struct spmi_voltage_range smps_ranges[] = { + SPMI_VOLTAGE_RANGE(2, 670000, 670000, 990000, 990000, 8000), SPMI_VOLTAGE_RANGE(0, 375000, 375000, 1562500, 1562500, 12500), SPMI_VOLTAGE_RANGE(1, 1550000, 1575000, 3125000, 3125000, 25000), };