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

Commit 19849d73 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

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



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

CRs-Fixed: 1082450
Change-Id: Icde1959982ad83d202d8d19683f26e0d989b88c0
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 64120cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -913,7 +913,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
@@ -22,3 +22,7 @@
	qcom,board-id= <8 0>;
	qcom,pmic-id = <0x10019 0x020037 0x0 0x0>;
};

&mem_client_3_size {
	qcom,peripheral-size = <0x500000>;
};
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@
	qcom,board-id= <8 0>;
	qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
};

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