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

Commit 0a2ca203 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add memshare for trinket"

parents d6da67ac f668e01e
Loading
Loading
Loading
Loading
+27 −0
Original line number Original line Diff line number Diff line
@@ -662,6 +662,33 @@
		#interrupt-cells = <2>;
		#interrupt-cells = <2>;
	};
	};


	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 {
	timer {
		compatible = "arm,armv8-timer";
		compatible = "arm,armv8-timer";
		interrupts = <1 1 0xf08>,
		interrupts = <1 1 0xf08>,