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

This commit is contained in:
Linux Build Service Account 2016-09-29 11:20:55 -07:00 committed by Gerrit - the friendly Code Review server
commit 522270d25b
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";
}; };