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

Commit 8ec1e5c3 authored by Huang Yiwei's avatar Huang Yiwei Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add Pmesg Reserved Memory for shima

Add Pmesg reserved memory to enable the function to collect
user-space log in pstore. And the mem-type is set to 2 for
better performance.

Change-Id: I6b842a0df7f70e0ef00234649e244bb4156b3d85
parent 9f0af0af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -386,6 +386,13 @@
			size = <0x0 0x1400000>;
		};

		qcom: ramoops {
			compatible = "ramoops";
			reg = <0x0 0xa9000000 0x0 0x200000>;
			pmsg-size = <0x200000>;
			mem-type = <2>;
		};

		/* global autoconfigured region for contiguous allocations */
		linux,cma {
			compatible = "shared-dma-pool";