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

Commit 12d23d0d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: remove wlan section of mem_dump"

parents 4c8222d9 2be7b3d2
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -53,18 +53,20 @@
			label = "mss_mem";
		};

		qseecom_mem: qseecom_region {
		common_cma: linux,cma {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x400000>;
			size = <0xc00000>;
			linux,cma-default;
		};

		dump_mem: mem_dump_region {
		qseecom_mem: qseecom_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x400000>;
		};

@@ -431,18 +433,13 @@

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

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

		cnss_wlan {
			qcom,dump-size = <0x200000>;
			qcom,dump-id = <0xe1>;
		};

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