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

Commit 8ee08d03 authored by Shaoqing Liu's avatar Shaoqing Liu
Browse files

ARM: dts: msm: Add mem_dump node for sdxprairie



ADD mem_dump node for sdxprairie to support memory dump
feature.

Change-Id: I43b1daddaf7de60d9bbe1d49b985e6bce164a05d
Signed-off-by: default avatarShaoqing Liu <shaoqingliu@codeaurora.org>
parent d8ccfa1e
Loading
Loading
Loading
Loading
+47 −0
Original line number Diff line number Diff line
@@ -113,6 +113,12 @@
			reusable;
			size = <0x1400000>;
		};

		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			reusable;
			size = <0 0x400000>;
		};
	};

	cpus {
@@ -794,6 +800,47 @@
			<&apps_smmu 0x0074 0x0013>;
	};

	mem_dump {
		compatible = "qcom,mem-dump";
		memory-region = <&dump_mem>;

		rpmh {
			qcom,dump-size = <0x200000>;
			qcom,dump-id = <0xec>;
		};

		rpm_sw {
			qcom,dump-size = <0x28000>;
			qcom,dump-id = <0xea>;
		};

		pmic {
			qcom,dump-size = <0x80000>;
			qcom,dump-id = <0xe4>;
		};


		tmc_etf {
			qcom,dump-size = <0x4000>;
			qcom,dump-id = <0xf1>;
		};

		etr_reg {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0x100>;
		};

		etf_reg {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0x102>;
		};

		misc_data {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0xe8>;
		};
	};

	qcom_tzlog: tz-log@0x1468f720 {
		compatible = "qcom,tz-log";
		reg = <0x1468f720 0x2000>;