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

Commit 3128223b authored by Channagoud Kadabi's avatar Channagoud Kadabi
Browse files

ARM: dts: msm: Add sleep counter and boot stats node on SDM845



sleep counter and boot stats nodes are required to print KPI logs for
performance analysis.

Change-Id: Ie1ccdab7fc275ed53518d1761b8cf6f92e9b25cf
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 16496105
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1493,6 +1493,12 @@
		qcom,rtb-size = <0x100000>;
	};

	qcom,mpm2-sleep-counter@0x0c221000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0x0c221000 0x1000>;
		clock-frequency = <32768>;
	};

	qcom,msm-cdsp-loader {
		compatible = "qcom,cdsp-loader";
		qcom,proc-img-to-load = "cdsp";
@@ -1568,6 +1574,11 @@
			reg = <0x65c 4>;
		};

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;