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

Commit c66c1d37 authored by wadesong's avatar wadesong
Browse files

ARM: dts: msm: enable mem_dump for Linux guest

Enable mem_dump driver to support WLAN firmware dump
download on crash.

Change-Id: I4047c38eb952b655b04c7fa17972eb34db89b735
parent d2da22b0
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -45,6 +45,13 @@
			alignment = <0 0x400000>;
			size = <0 0x1000000>;
		};

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

	firmware: firmware {
@@ -298,4 +305,14 @@
		compatible = "qcom,vm-restart";
		status = "ok";
	};

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

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