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

Commit ba42eddd authored by Shashank Mittal's avatar Shashank Mittal
Browse files

ARM: dts: msm: add memory dump v2 for msmcobalt



Enable memory dump v2 support for msmcobalt.

Clients can use memory dump table to pass allocated memory addresses for
storing system information at the time of crash.

Change-Id: I0769a61a6f9ae8ae9ed8538f5a9acd51437fe8b0
Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent f7ba0b54
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -1085,6 +1085,20 @@
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

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

};

#include "msmcobalt-regulator.dtsi"