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

Commit dc768902 authored by Xiaogang Cui's avatar Xiaogang Cui Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add IMEM entries for msmthorium



Add IMEM entries for reboot reason, bootstats for msmthorium.

Change-Id: Ic75a4ec94d4033c2179ccfdddcdcb66eb5ac1dcc
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent e6e7efc5
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -283,6 +283,24 @@
		qcom,rtb-size = <0x100000>; /* 1M EBI1 buffer */
	};

	qcom,msm-imem@8600000 {
		compatible = "qcom,msm-imem";
		reg = <0x08600000 0x1000>; /* Address and size of IMEM */
		ranges = <0x0 0x08600000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@10 {
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};
	};

	qcom,smdtty {
		compatible = "qcom,smdtty";