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

Commit 133de4ce 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 shima

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

Change-Id: Ia252c3b353f2f30354f0a53489ecbc3fb2e3252b
parent d93374ea
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -576,6 +576,33 @@
		compatible = "qcom,secure-buffer";
	};

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

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

	qcom,msm-imem@146aa000 {
		compatible = "qcom,msm-imem";
		reg = <0x146aa000 0x1000>;