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

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

ARM: dts: msm: Enable memshare driver



Add device tree information for memshare driver for msmtitanium.

Change-Id: I5cb46706518d483473f59d5f0b90e4970b5257f5
Signed-off-by: default avatarKatish Paran <kparan@codeaurora.org>
parent 9f7af2ec
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -781,6 +781,32 @@
		};
	};

	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,smdtty {
		compatible = "qcom,smdtty";