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

Commit 51497a6e authored by Xiaogang Cui's avatar Xiaogang Cui
Browse files

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



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: Ife3e4f127db75e77514f03d7f59f645123c564f3
Signed-off-by: default avatarXiaogang Cui <xiaogang@codeaurora.org>
parent 7b6dde03
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -705,6 +705,19 @@

		status = "disabled";
	};

	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>;
		};
	};
};

&gdsc_venus {