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

Commit 9fdd421d authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ARM: dts: msm: update memlat and mincpu node for sdm636



In SDM636 target CPU frequency corners are updated this
calls for a change in memlat and mincpu node cpufreq to
DDR mapping.

Change-Id: Ief1bf8c3b177b35e6ad178656c736b68401a1845
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent a5665f16
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -30,4 +30,21 @@

&soc {
	/delete-node/ qcom,turing@1a300000;

	devfreq_memlat_4: qcom,arm-memlat-mon-4 {
		qcom,core-dev-table =
		< 1113600 762 >,
		< 1401600 3879 >,
		< 1804800 5163 >;
	};

	devfreq_cpufreq: devfreq-cpufreq {
		mincpubw-cpufreq {
			cpu-to-dev-map-4 =
				< 1113600 762 >,
				< 1401600 2086 >,
				< 1747200 2929 >,
				< 1804800 5163 >;
		};
	};
};