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

Commit ca78b9d2 authored by Puja Gupta's avatar Puja Gupta
Browse files

ARM: dts: msm: Add IMEM entries for MSMCOBALT



Add IMEM restart-reason, boot-stats and pil entries for
MSMCOBALT.

CRs-Fixed: 968786
Change-Id: I649427b52819783d4e0bbb04ac3b81d72bbc7d16
Signed-off-by: default avatarPuja Gupta <pujag@codeaurora.org>
parent 4e68ec72
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -1410,6 +1410,21 @@
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};

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

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};
	};

	cpu_pmu: cpu-pmu {