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

Commit 8f037f0b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: Add new memlat freq map for sdm455"

parents 1bd8a3a1 2e744ca1
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 >;
	};
};