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

Commit e235eb87 authored by Katish Paran's avatar Katish Paran
Browse files

ARM: dts: msm: Add memshare for msmtitanium



Memshare driver allocates and share the memory with the clients
sitting on modem so that they can use it. Add device tree
information for memshare driver for msmtitanium.

Change-Id: I7df24285322bc52881d411d19cdc386e0760aad1
Signed-off-by: default avatarKatish Paran <kparan@codeaurora.org>
parent 52a6a107
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -1287,6 +1287,32 @@
		qcom,not-wakeup; /* Needed until MPM is fully configured. */
	};

	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";
		};

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

	qcom,lpass@c200000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0xc200000 0x00100>;