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

Commit 7a155ca5 authored by Tao,Zhang's avatar Tao,Zhang
Browse files

ARM: dts: msm: Add configuration for lagoon memory dump

Provide alloc-ranges for mem_dump region for lagoon target. Change
the size of mem_dump region to fit the real size memory dump needed.
Add etf and tmc related entries to the memory dump configuration.

Change-Id: Id323456fce065ebd30816eb23d2f7b1ed7e9d289
parent 02aa0c6f
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -530,8 +530,9 @@

		dump_mem: mem_dump_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
			reusable;
			size = <0 0x2400000>;
			size = <0 0x2800000>;
		};

		cmd_db: reserved-memory@80860000 {
@@ -2962,6 +2963,21 @@
			qcom,dump-id = <0xee>;
		};

		etf_swao {
			qcom,dump-size = <0x10000>;
			qcom,dump-id = <0xf1>;
		};

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

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

		misc_data {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0xe8>;
@@ -2972,6 +2988,16 @@
			qcom,dump-id = <0x150>;
		};

		etf_lpass {
			qcom,dump-size = <0x4000>;
			qcom,dump-id = <0xf4>;
		};

		etflpass_reg {
			qcom,dump-size = <0x1000>;
			qcom,dump-id = <0x104>;
		};

		c0_context {
			qcom,dump-size = <0x800>;
			qcom,dump-id = <0x0>;