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

Commit 989f05e4 authored by Steven Cahail's avatar Steven Cahail
Browse files

ARM: dts: msm: Add ipc-spinlock entry for MSMCOBALT



Add the ipc-spinlock entry to facilitate locking between apps and
non-apps processors.

Change-Id: I5ed92de6a1d42b914df5d1c4dc60c0658997cb5f
Signed-off-by: default avatarSteven Cahail <scahail@codeaurora.org>
parent 55bc7ff0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -205,4 +205,10 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

	qcom,ipc-spinlock@1f40000 {
		compatible = "qcom,ipc-spinlock-sfpb";
		reg = <0x1f40000 0x8000>;
		qcom,num-locks = <8>;
	};
};