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

Commit ba911c37 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b9dcc9e0 c7bab6e0
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>;
};