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

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

ARM: dts: msm: update cpufreq list and devfreq mapping for msm8996pro



Update the cpufreq device with the latest frequency list for
msm8996pro.  Also update the cpufreq to devfreq device frequency
mapping accordingly.

Change-Id: Ice9a8d782ca3619ec93e02ec88a10ecd88667c36
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent b91ed897
Loading
Loading
Loading
Loading
+129 −0
Original line number Diff line number Diff line
@@ -716,3 +716,132 @@
		<  560000000  7 >,
		<  624000000  7 >;
};

&msm_cpufreq {
	qcom,cpufreq-table-0 =
		<  307200 >,
		<  384000 >,
		<  460800 >,
		<  537600 >,
		<  614400 >,
		<  691200 >,
		<  768000 >,
		<  844800 >,
		<  902400 >,
		<  979200 >,
		< 1056000 >,
		< 1132800 >,
		< 1209600 >,
		< 1286400 >,
		< 1363200 >,
		< 1440000 >,
		< 1516800 >,
		< 1593600 >;
	qcom,cpufreq-table-2 =
		<  307200 >,
		<  384000 >,
		<  460800 >,
		<  537600 >,
		<  614400 >,
		<  691200 >,
		<  748800 >,
		<  825600 >,
		<  902400 >,
		<  979200 >,
		< 1056000 >,
		< 1132800 >,
		< 1209600 >,
		< 1286400 >,
		< 1363200 >,
		< 1440000 >,
		< 1516800 >,
		< 1593600 >,
		< 1670400 >,
		< 1747200 >,
		< 1824000 >,
		< 1900800 >,
		< 1977600 >,
		< 2054400 >,
		< 2150400 >;
};

&m4m_cache {
	freq-tbl-khz =
		<  192000 >,
		<  307200 >,
		<  384000 >,
		<  441600 >,
		<  537600 >,
		<  614400 >,
		<  691200 >,
		<  768000 >,
		<  844800 >,
		<  902400 >,
		<  979200 >,
		< 1056000 >,
		< 1132800 >,
		< 1190400 >,
		< 1286400 >,
		< 1363200 >,
		< 1440000 >,
		< 1516800 >,
		< 1593600 >;
};

&devfreq_cpufreq {
	m4m-cpufreq {
		cpu-to-dev-map-0 =
			<  307200  192000 >,
			<  384000  192000 >,
			<  460800  307200 >,
			<  537600  384000 >,
			<  614400  441600 >,
			<  691200  537600 >,
			<  768000  614400 >,
			<  844800  691200 >,
			<  902400  768000 >,
			<  979200  844800 >,
			< 1056000  902400 >,
			< 1132800  979200 >,
			< 1209600 1056000 >,
			< 1286400 1132800 >,
			< 1363200 1190400 >,
			< 1440000 1286400 >,
			< 1516800 1363200 >,
			< 1593600 1440000 >;
		cpu-to-dev-map-2 =
			<  307200  192000 >,
			<  384000  192000 >,
			<  460800  192000 >,
			<  537600  307200 >,
			<  614400  384000 >,
			<  691200  441600 >,
			<  748800  537600 >,
			<  825600  614400 >,
			<  902400  691200 >,
			<  979200  768000 >,
			< 1056000  844800 >,
			< 1132800  902400 >,
			< 1209600  979200 >,
			< 1286400 1056000 >,
			< 1363200 1132800 >,
			< 1440000 1190400 >,
			< 1516800 1286400 >,
			< 1593600 1363200 >,
			< 1670400 1440000 >,
			< 1747200 1516800 >,
			< 1824000 1593600 >,
			< 1900800 1593600 >,
			< 1977600 1593600 >,
			< 2054400 1593600 >,
			< 2150400 1593600 >;
	};

	mincpubw-cpufreq {
		cpu-to-dev-map-0 =
			< 1593600 1525 >;
		cpu-to-dev-map-2 =
			< 2054400 1525 >,
			< 2150400 5195 >;
	};
};