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

Commit 3701fa5c authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add neuron peer-name for lahaina

Add peer-name value to the neuron device tree nodes. This information
is used by the neuron channel drivers to identify which vm to share
its memory region with.

Change-Id: I8fa7b24e667ef0e01b07be48776e1b2f9a5847a9
parent 0a2bc7b3
Loading
Loading
Loading
Loading
+2 −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>;
		};
	};