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

Commit 1fc46c6e authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: update graphics vdd restriction level for msm8996pro



Update with the correct maximum and minimum voltage levels for
the gfx supply on MSM8996-Pro.

Change-Id: Ie6a90488124bb0c47fd09948a5c202ffa10aee27
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent fbcce4f6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -845,3 +845,11 @@
			< 2150400 5195 >;
	};
};

&soc {
	qcom,msm-thermal {
		qcom,vdd-gfx-rstr{
			qcom,levels = <6 8 9>; /* Nominal, Turbo, Turbo_L1 */
		};
	};
};