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

Commit f4e51f3c authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

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



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

CRs-Fixed: 684512
Change-Id: Id559735ee513ffa7cb81d3864a4b83c5bdbac884
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 289877fa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -172,4 +172,10 @@
		qcom,slope = <3200 3200 3200 3200 3200>;
		qcom,sensor-id = <0 1 2 3 4>;
	};

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