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

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

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



Add RPM master stats and RPM stats support for msm8953.
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: Ied0d21a43a60e48cc0f04a89f410efefcbfe8018
Signed-off-by: default avatarRaghavendra Kakarla <rkakarla@codeaurora.org>
parent 436b6888
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -264,4 +264,19 @@
			};
		};
	};

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

	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>;
	};

};