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

Commit cef663f0 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

ARM: msm: dts: Add rpm log support for 8996



Add support to read rpm log from RPM data RAM. This data
can be read from ADB shell and it is useful for clients to
know what are RPM requests that are receieved and processed
by RPM from different clients.

Change-Id: I6f8e672fc9072a906eff3ec6afda9b1c44fd1ba4
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent f81d0b1f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -494,4 +494,16 @@
		reg-names = "phys_addr_base",
			    "offset_addr";
	};

	qcom,rpm-log@200000 {
		compatible = "qcom,rpm-log";
		reg = <0x200000 0x4000>,
			<0x290018 0x4>;
		qcom,rpm-addr-phys = <0x200000>;
		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>;
	};
};