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

Commit f41e3178 authored by Manoj Prabhu B's avatar Manoj Prabhu B Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable memory allocation for diag client for 8940



The new diag client requires additional memory from hlos. This
patch caters to diag memory requirement.

CRs-Fixed: 1063902
Change-Id: Ide08c477a4b0c382b015aa538b3975f4ed30ce81
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 0cf3124f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1810,7 +1810,7 @@
			label = "modem";
		};

		qcom,client_3 {
		mem_client_3_size: qcom,client_3 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x0>;
			qcom,client-id = <1>;
+4 −0
Original line number Diff line number Diff line
@@ -14,5 +14,9 @@
#include "msm8937-mtp.dtsi"
#include "msm8940-pinctrl.dtsi"

&mem_client_3_size {
	qcom,peripheral-size = <0x500000>;
};

&soc {
};