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

Commit b91ed897 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: add the GPU frequency plan for msm8996pro



Update the frequency plan for the MSM8996pro GPU clock.

Change-Id: I05228a3fc5da4cf24452ada3ee4363fe6e92e042
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 25b56d31
Loading
Loading
Loading
Loading
+50 −0
Original line number Diff line number Diff line
@@ -666,3 +666,53 @@
		< 1516800000 18 >,
		< 1593600000 19 >;
};

&clock_mmss {
	compatible = "qcom,mmsscc-8996-pro";
	reg = <0x8c0000 0xb00c>,
	      < 0x7013c 0x8 >;
	reg-names = "cc_base", "efuse";
};

&clock_gpu {
	compatible = "qcom,gpucc-8996-pro";
	qcom,gfxfreq-speedbin0 =
		<	   0  0  0 >,
		<  133000000  2  4 >,
		<  214000000  3  4 >,
		<  315000000  4  4 >,
		<  401800000  5  5 >,
		<  510000000  6  5 >,
		<  560000000  7  7 >,
		<  624000000  8  7 >,
		<  652800000  9  7 >;
	qcom,gfxfreq-mx-speedbin0 =
		<	   0  0 >,
		<  133000000  4 >,
		<  214000000  4 >,
		<  315000000  4 >,
		<  401800000  5 >,
		<  510000000  5 >,
		<  560000000  7 >,
		<  624000000  7 >,
		<  652800000  7 >;

	qcom,gfxfreq-speedbin1 =
		<	   0  0  0 >,
		<  133000000  2  4 >,
		<  214000000  3  4 >,
		<  315000000  4  4 >,
		<  401800000  5  5 >,
		<  510000000  6  5 >,
		<  560000000  7  7 >,
		<  624000000  8  7 >;
	qcom,gfxfreq-mx-speedbin1 =
		<	   0  0 >,
		<  133000000  4 >,
		<  214000000  4 >,
		<  315000000  4 >,
		<  401800000  5 >,
		<  510000000  5 >,
		<  560000000  7 >,
		<  624000000  7 >;
};