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

Commit 4ca83ef2 authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Osvaldo Banuelos
Browse files

ARM: dts: msm: Increase the lowest gfx voltage corner for graphics RCG



Due to a hardware limitation, increase the lowest gfx rail
voltage corner that the clock driver votes for from LowSVS
to SVS.

Change-Id: Ieb22c6ef399427af639d726129af03980270ea0a
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent f34a3ba0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@
	compatible = "qcom,gpucc-8996-v2";
	qcom,gfxfreq-corner-v2 =
		<	   0  0  0 >,
		<  125000000  2  4 >,
		<  210000000  2  4 >,
		<  125000000  3  4 >,
		<  210000000  3  4 >,
		<  300000000  3  4 >,
		<  500000000  4  5 >,
		<  604800000  5  7 >;
+3 −3
Original line number Diff line number Diff line
@@ -839,9 +839,9 @@
		vdd_gpu_mx-supply = <&pm8994_s2_corner>;
		qcom,gfxfreq-corner-v0 =
			<	   0  0  0 >,
			<   19200000  2  4 >,
			<   60000000  2  4 >,
			<  120000000  2  4 >,
			<   19200000  3  4 >,
			<   60000000  3  4 >,
			<  120000000  3  4 >,
			<  205000000  3  4 >,
			<  360000000  4  5 >,
			<  480000000  5  7 >;