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

Commit e436a968 authored by Manoj Prabhu B's avatar Manoj Prabhu B
Browse files

ARM: dts: msm: Add memshare for lahaina

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

Change-Id: I1ec3f9ed9cf4d7bfba8eea19574b15fe473c18ad
parent b7ad7154
Loading
Loading
Loading
Loading
+27 −0
Original line number Original line Diff line number Diff line
@@ -2247,6 +2247,33 @@
		qcom,coresight-jtagmm-cpu = <&CPU7>;
		qcom,coresight-jtagmm-cpu = <&CPU7>;
	};
	};


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

	clocks {
	clocks {
		xo_board: xo-board {
		xo_board: xo-board {
			compatible = "fixed-clock";
			compatible = "fixed-clock";