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

Commit 01fcec78 authored by Rohit Gupta's avatar Rohit Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update frequency tables for 8996Pro Auto target



Add cpufreq and m4m frequency tables as per the frequencies
supported on the 8996pro auto target. Modify the cpufreq-mincpubw
mapping table as per the changes.

Change-Id: I07f8d95515a499de523c7bf6391d1c7462f95cc3
Signed-off-by: default avatarRohit Gupta <rohgup@codeaurora.org>
Signed-off-by: default avatarDavid Keitel <dkeitel@codeaurora.org>
parent 9e74493a
Loading
Loading
Loading
Loading
+63 −0
Original line number Diff line number Diff line
@@ -167,3 +167,66 @@
		<  560000000  7 >,
		<  624000000  7 >;
};

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

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

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