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

Commit b425279a authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Add RPM stats support for qcs405



Add RPM master stats and RPM stats support for qcs405.
RPM maintains a counter of the masters i.e APPS, MPPS etc
number of times the SoC entered a deeper sleep mode involving
lowering or powering down the backbone rails - Cx and Mx and
the oscillator clock, XO.

Change-Id: If3fce762010a080b9f87dc8e24be924863842ce8
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent 62af7baa
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -122,5 +122,23 @@
			};
		};
	};

	qcom,rpm-stats@200000 {
		compatible = "qcom,rpm-stats";
		reg = <0x200000 0x1000>,
		      <0x290014 0x4>,
		      <0x29001c 0x4>;
		reg-names = "phys_addr_base", "offset_addr",
						"heap_phys_addrbase";
		qcom,sleep-stats-version = <2>;
	};

	qcom,rpm-master-stats@60150 {
		compatible = "qcom,rpm-master-stats";
		reg = <0x60150 0x5000>;
		qcom,masters = "APSS", "MPSS", "PRONTO", "TZ", "LPASS";
		qcom,master-stats-version = <2>;
		qcom,master-offset = <4096>;
	};
};