Merge "ARM: dts: msm: correct PM8005 S1 min/max voltage for msmcobalt"
This commit is contained in:
commit
522270d25b
2 changed files with 6 additions and 1 deletions
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue