Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7bab6e0 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

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: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent e33dc066
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -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>;
};