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

Commit 4dd89f8a authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

ARM: dts: msm: Allocate memory for diag client for MSM8953



The patch enables allocation of 5MB for new diag client
of memshare and marks the diag client guaranteed.

Change-Id: If53b5f3fd7f2fb7ac2b3daf78fb65c1e23f88b06
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent d8136467
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1164,10 +1164,11 @@
			label = "modem";
		};

		mem_client_3_size: qcom,client_3 {
		qcom,client_3 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x0>;
			qcom,peripheral-size = <0x500000>;
			qcom,client-id = <1>;
			qcom,allocate-boot-time;
			label = "modem";
		};
	};