ARM: dts: msm: Update regulator min-voltage for SMPS5A on SDM660/630

The minimum supported voltage on the SMPS5A is 1.224V, update
it accordingly.

Change-Id: Ib973febdf5b719836f5fb54e6cd6e797e7101e3e
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
This commit is contained in:
Anirudh Ghayal 2017-04-11 13:58:33 +05:30
parent 4a4051e573
commit 4d785ef60b
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
rpm-regulator-smpa5 {
status = "okay";
pm660_s5: regulator-s5 {
regulator-min-microvolt = <1350000>;
regulator-min-microvolt = <1224000>;
regulator-max-microvolt = <1350000>;
status = "okay";
};

View file

@ -28,7 +28,7 @@
rpm-regulator-smpa5 {
status = "okay";
pm660_s5: regulator-s5 {
regulator-min-microvolt = <1350000>;
regulator-min-microvolt = <1224000>;
regulator-max-microvolt = <1350000>;
status = "okay";
};