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

Commit 8b2cb9ea authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add qcom,labels for trustedvm"

parents 0ff87cff b9e55a31
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2117,6 +2117,7 @@
			shared-buffer = <&chan0_shbuf>;
			qcom,primary;
			haven-label = <1>;
			peer-name = <2>;
		};

		channel@1 {
@@ -2128,6 +2129,7 @@
			shared-buffer = <&chan1_shbuf>;
			qcom,primary;
			haven-label = <2>;
			peer-name = <2>;
		};
	};

@@ -2148,6 +2150,7 @@
		compatible = "qcom,qrtr-haven";
		qcom,master;
		haven-label = <3>;
		peer-name = <2>;
		shared-buffer = <&qrtr_shbuf>;
	};

+3 −0
Original line number Diff line number Diff line
@@ -99,16 +99,19 @@
		qrtr_shbuf: qrtr-shmem {
			no-map;
			reg = <0x0 0x2fef7000 0x0 0x9000>;
			qcom,label = <3>;
		};

		chan0_shbuf: neuron-block@0 {
			no-map;
			reg = <0x0 0x2ff00000 0x0 0x80000>;
			qcom,label = <1>;
		};

		chan1_shbuf: neuron-block@1 {
			no-map;
			reg = <0x0 0x2ff80000 0x0 0x80000>;
			qcom,label = <2>;
		};
	};