ARM: dts: msm: update ceiling/floor voltages for gfx_vreg in 8996ProAU CDP

The CPR graphics regulator (gfx_vreg) in 8996Pro has an
additional virtual corner to support higher Fmax. Also it has
support for another speed bin. The external buck (hl7509_vreg)
that powers up gfx_vreg in 8996ProAU CDP boards has a voltage
range of 600 to 1230 mV with a step size of 10 mV.

Modify the CPR ceiling and floor voltages of gfx_vreg for 8996Pro
automotive CDP so that they are divisible by 10000 uV and at
least 600000 uV.

CRs-Fixed: 988322
Change-Id: I7841c384b5d10124226c91bd7adc1730461e60ce
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
Subbaraman Narayanamurthy 2016-03-09 15:35:48 -08:00 committed by Gerrit - the friendly Code Review server
parent 01b5833214
commit 2895f781c4

View file

@ -34,3 +34,22 @@
};
};
&gfx_vreg {
qcom,cpr-voltage-ceiling =
/* Speed bin 0 */
<600000 670000 670000 750000 830000 910000 960000 1020000
1070000>,
/* Speed bin 1 */
<600000 670000 670000 750000 830000 910000 960000 1020000
1070000>;
qcom,cpr-voltage-floor =
/* Speed bin 0 */
<600000 600000 600000 600000 600000 600000 600000 600000
600000>,
/* Speed bin 1 */
<600000 600000 600000 600000 600000 600000 600000 600000
600000>;
};