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

Commit 0b3b65fe authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

ARM: msm: dts: Add rpm stats, rbcpr and logs for msm8994



Add rpm stats, logs and rbcpr nodes for msm8994 target.

Change-Id: Ife4dfb7fb14797efa779a51efcac9349899e56f1
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 1686300b
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -557,4 +557,30 @@
		qcom,cpu-alias-addr = <0x10000>;
		qcom,sleep-status-mask= <0x80000>;
	};

	qcom,rpm-log@fc000000 {
		compatible = "qcom,rpm-log";
		reg = <0xfc000000 0x4000>,
			<0xfc190018 0x4>;
		qcom,rpm-addr-phys = <0xfc000000>;
		qcom,offset-version = <4>;
		qcom,offset-page-buffer-addr = <36>;
		qcom,offset-log-len = <40>;
		qcom,offset-log-len-mask = <44>;
		qcom,offset-page-indices = <56>;
	};

	qcom,rpm-stats@fc000000 {
		compatible = "qcom,rpm-stats";
		reg = <0xfc000000 0x1000>,
			<0xfc190014 0x4>;
		reg-names = "phys_addr_base", "offset";
		qcom,sleep-stats-version = <2>;
	};

	qcom,rpm-rbcpr-stats@fc000000 {
		compatible = "qcom,rpmrbcpr-stats";
		reg = <0xfc000000 0x1a0000>;
		qcom,start-offset = <0x190010>;
	};
};