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

Commit d8521a9f authored by shuangxi1's avatar shuangxi1
Browse files

ARM: dts: Add dump_mem for QM215



Add mem-dump for QDSS subsystem and jtag debug port.

Change-Id: Ib7f14ea1fea95eb6fe790da533ea5564e03b55a0
Signed-off-by: default avatarandre,ding <shuangxi1@codeaurora.org>
parent 8b646d19
Loading
Loading
Loading
Loading
+46 −0
Original line number Diff line number Diff line
@@ -142,6 +142,12 @@
		cont_splash_mem: splash_region@83000000 {
			reg = <0x0 0x90000000 0x0 0x1400000>;
		};

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

	soc: soc { };
@@ -325,6 +331,46 @@
		interrupts = <1 7 0xff00>;
	};

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

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

		pmic_dump {
			qcom,dump-size = <0x10000>;
			qcom,dump-id = <0xe4>;
		};

		vsense_dump {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0xe9>;
		};

		tmc_etf_dump {
			qcom,dump-size = <0x10000>;
			qcom,dump-id = <0xf0>;
		};

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

		tmc_etf_reg_dump {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0x101>;
		};

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

	slim_msm: slim@c140000{
		cell-index = <1>;
		compatible = "qcom,slim-ngd";