ARM: dts: msm: change the VDD_APCC CPR MinSVS fuse corner for msm8996pro
Change the MinSVS fuse corner to virtual corner mapping for the power cluster and performance cluster on MSM8996-Pro chips with CPR fuse revision 2 or greater. Change the mapping according to the following: Power cluster: 1 (307.2 MHz) --> 3 (460.8 MHz) Perf cluster: 1 (307.2 MHz) --> 4 (537.6 MHz) Change-Id: I6b6ee6225d43605ad0f5ae1e16061acf12b49927 CRs-Fixed: 1004373 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
9b04cb7a08
commit
95a9dd9e90
1 changed files with 30 additions and 2 deletions
|
@ -53,9 +53,23 @@
|
||||||
qcom,cpr-corner-fmax-map =
|
qcom,cpr-corner-fmax-map =
|
||||||
/* Speed bin 0 */
|
/* Speed bin 0 */
|
||||||
<1 6 9 14 19>,
|
<1 6 9 14 19>,
|
||||||
|
<1 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
|
||||||
/* Speed bin 1 */
|
/* Speed bin 1 */
|
||||||
<1 6 9 14 19>;
|
<1 6 9 14 19>,
|
||||||
|
<1 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>,
|
||||||
|
<3 6 9 14 19>;
|
||||||
|
|
||||||
qcom,cpr-voltage-ceiling =
|
qcom,cpr-voltage-ceiling =
|
||||||
/* Speed bin 0 */
|
/* Speed bin 0 */
|
||||||
|
@ -333,9 +347,23 @@
|
||||||
qcom,cpr-corner-fmax-map =
|
qcom,cpr-corner-fmax-map =
|
||||||
/* Speed bin 0 */
|
/* Speed bin 0 */
|
||||||
<1 7 10 15 27>,
|
<1 7 10 15 27>,
|
||||||
|
<1 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
<4 7 10 15 27>,
|
||||||
|
|
||||||
/* Speed bin 1 */
|
/* Speed bin 1 */
|
||||||
<1 7 10 15 25>;
|
<1 7 10 15 25>,
|
||||||
|
<1 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>,
|
||||||
|
<4 7 10 15 25>;
|
||||||
|
|
||||||
qcom,cpr-voltage-ceiling =
|
qcom,cpr-voltage-ceiling =
|
||||||
/* Speed bin 0 */
|
/* Speed bin 0 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue