ARM: dts: msm: correct PM8005 S1 min/max voltage for msmcobalt

Correct the minimum and maximum PM8005 SMPS 1 regulator voltage
constraints for MSMCOBALT v1 and v2 so that they encompass all
values that the VDD_GFX CPR control may need to request.

Change-Id: I479e23db73a64e0fc1371e6b5abfaf1c8969954b
CRs-Fixed: 1068464
Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
David Collins 2016-09-22 11:03:55 -07:00
parent 4e2a8a0fa1
commit c9f2565720
2 changed files with 6 additions and 1 deletions

View file

@ -533,7 +533,7 @@
regulator-name = "pm8005_s1"; regulator-name = "pm8005_s1";
status = "okay"; status = "okay";
regulator-min-microvolt = <524000>; regulator-min-microvolt = <524000>;
regulator-max-microvolt = <1032000>; regulator-max-microvolt = <1100000>;
qcom,enable-time = <500>; qcom,enable-time = <500>;
}; };
}; };

View file

@ -525,6 +525,11 @@
qcom,cpr-scaled-open-loop-voltage-as-ceiling; qcom,cpr-scaled-open-loop-voltage-as-ceiling;
}; };
&pm8005_s1 {
regulator-min-microvolt = <516000>;
regulator-max-microvolt = <1088000>;
};
&gfx_cpr { &gfx_cpr {
compatible = "qcom,cpr4-msmcobalt-v2-mmss-regulator"; compatible = "qcom,cpr4-msmcobalt-v2-mmss-regulator";
}; };