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

Commit 75bb3de4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Modify memory allocation for diag on sdm845"

parents ebce8ee7 d0c2097e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@ Optional properties for child nodes:

- qcom,allocate-boot-time:	Indicates whether clients needs boot time memory allocation.

- qcom,allocate-on-request:	Indicates memory allocation happens only when client requests.

/* "qcom,allocate-boot-time" and "qcom,allocate-on-request" are mutually exclusive properties. */

Example:

qcom,memshare {
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x500000>;
			qcom,client-id = <1>;
			qcom,allocate-boot-time;
			qcom,allocate-on-request;
			label = "modem";
		};
	};