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

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

ARM: dts: msm: Add memshare for atoll



Memshare driver allocates and share the memory with the modem
clients for their use. The device tree information for memshare
driver on atoll are added to specify client details.

Change-Id: I53396a05fbf369af3c4db435588c09c7601f6102
Signed-off-by: default avatarManoj Prabhu B <bmanoj@codeaurora.org>
parent bf912d66
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -704,6 +704,33 @@
		interrupt-controller;
	};

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

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

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

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

	timer {
		compatible = "arm,armv8-timer";
		interrupts = <GIC_PPI 1 0xf08>,