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

Commit 2e744ca1 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ARM: dts: Add new memlat freq map for sdm455



Add new freq map for memlat node for sdm455.

Change-Id: I536b7f3e41610ca78d5cfae08ecbfc1e82b8fe5b
Signed-off-by: default avatarBiao long <blong@codeaurora.org>
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent d750db22
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -43,3 +43,17 @@
		/delete-property/ qcom,mdss-dest-scaler-lut-off;
	};
};

&soc {
	/delete-node/ devfreq_memlat_0;
	devfreq_memlat_0: qcom,arm-memlat-mon-0 {
		compatible = "qcom,arm-memlat-mon";
		qcom,cpulist = <&CPU0 &CPU1 &CPU2 &CPU3>;
		qcom,target-dev = <&memlat_cpu0>;
		qcom,core-dev-table =
			< 1113600 762 >,
			< 1344000 2086 >,
			< 1670400 4943 >,
			< 2016000 5163 >;
	};
};