ARM: dts: msm: update VDD_GFX CPR aging and loop parameters for msmcobalt
Hardware characterization has shown that a new CPR aging RO scaling factor is required on MSMCOBALT v2. Change this value to match characterization results. Also specify a CPR count repeat value of 1 to override the implicit 0 default in order to improve CPR closed-loop voltage settling stability. Change-Id: Idb1aa513ca2a0265c9aab9c2529499e59da97167 CRs-Fixed: 1080409 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
bcd8ec9210
commit
999bdeef19
2 changed files with 2 additions and 1 deletions
arch/arm/boot/dts/qcom
|
@ -959,6 +959,7 @@
|
|||
qcom,cpr-step-quot-init-min = <8>;
|
||||
qcom,cpr-step-quot-init-max = <12>;
|
||||
qcom,cpr-count-mode = <0>; /* All-at-once min */
|
||||
qcom,cpr-count-repeat = <1>;
|
||||
|
||||
vdd-supply = <&pm8005_s1>;
|
||||
qcom,voltage-step = <4000>;
|
||||
|
|
|
@ -663,7 +663,7 @@
|
|||
|
||||
qcom,cpr-aging-max-voltage-adjustment = <15000>;
|
||||
qcom,cpr-aging-ref-corner = <8>;
|
||||
qcom,cpr-aging-ro-scaling-factor = <2950>;
|
||||
qcom,cpr-aging-ro-scaling-factor = <1620>;
|
||||
qcom,allow-aging-voltage-adjustment = <0 0 1 1 1 1 1 1>;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue