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

Commit 43cd0149 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

ARM: dts: msm: Enable memory allocation for diag on falcon



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

CRs-Fixed: 1079523
Change-Id: Ie96470b93d879d2c175f18aef25f3e256cd0a322
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent 911e592f
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -235,6 +235,32 @@
		qcom,pipe-attr-ee;
	};

	qcom,memshare {
		compatible = "qcom,memshare";

		qcom,client_1 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x200000>;
			qcom,client-id = <0>;
			qcom,allocate-boot-time;
			label = "modem";
		};

		qcom,client_2 {
			compatible = "qcom,memshare-peripheral";
			qcom,peripheral-size = <0x300000>;
			qcom,client-id = <2>;
			label = "modem";
		};

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

	tsens: tsens@10ad000 {
		compatible = "qcom,msmfalcon-tsens";
		reg = <0x10ad000 0x2000>,