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

Commit 2453ca89 authored by Aparna Das's avatar Aparna Das
Browse files

ARM: dts: msm: add dt entry for memory dump table for 8994



Add device tree entry for  memory dump imem base and size info that
can be used by the memory dump v2 driver to register dump clients.

Change-Id: I6a74dbd54f13b87a3091fa7a765c3fcf32c11dd3
Signed-off-by: default avatarAparna Das <adas@codeaurora.org>
parent 5fab7171
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -311,6 +311,19 @@
		};
	};

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

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

	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;