ARM: dts: msm: reduce CPU LDO headroom voltage for msm8996pro
Hardware characterization has shown that the CPU LDOs can operate safely with less than 150 mV of headroom voltage. Reduce the CPU LDO minimum allowed headroom voltage for both the power cluster and the performance cluster in order to save power by allowing LDO usage in more situations. Change-Id: I72f28569d4719540fc84cf65d8783bbfec9435ad CRs-Fixed: 989555 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
6b2d105c62
commit
80e624f173
1 changed files with 11 additions and 0 deletions
|
@ -271,6 +271,8 @@
|
|||
qcom,cpr-aging-ro-scaling-factor = <3200>;
|
||||
qcom,allow-aging-voltage-adjustment = <1>;
|
||||
qcom,allow-aging-open-loop-voltage-adjustment = <1>;
|
||||
|
||||
qcom,ldo-min-headroom-voltage = <80000>;
|
||||
};
|
||||
|
||||
&apc0_cbf_vreg {
|
||||
|
@ -700,6 +702,7 @@
|
|||
qcom,allow-aging-open-loop-voltage-adjustment = <1>;
|
||||
|
||||
qcom,cpr-dynamic-floor-corner = <1>;
|
||||
qcom,ldo-min-headroom-voltage = <130000>;
|
||||
};
|
||||
|
||||
&pmi8994_s2 {
|
||||
|
@ -906,6 +909,14 @@
|
|||
qcom,allow-aging-open-loop-voltage-adjustment = <1>;
|
||||
};
|
||||
|
||||
&kryo0_vreg {
|
||||
qcom,ldo-headroom-voltage = <80000>;
|
||||
};
|
||||
|
||||
&kryo1_vreg {
|
||||
qcom,ldo-headroom-voltage = <130000>;
|
||||
};
|
||||
|
||||
&clock_cpu {
|
||||
compatible = "qcom,cpu-clock-8996-pro";
|
||||
qcom,pwrcl-speedbin0-v0 =
|
||||
|
|
Loading…
Add table
Reference in a new issue