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

Commit 2fe81d23 authored by Shaoqing Liu's avatar Shaoqing Liu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add IMEM entries for mdmfermium



Add IMEM entries for reboot reason, bootstats for mdmfermium.

Change-Id: I22c1f36ad5227fd101937695a4b9907ce573e2e7
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent b67d5314
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -166,6 +166,24 @@
		qcom,rtb-size = <0x10000>; /* 64K 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>;
		};
	};

	clock_gcc: qcom,gcc@1800000 {
		compatible = "qcom,dummycc";
		#clock-cells = <1>;