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

Commit 2bc5d8ec authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

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



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

CRs-Fixed: 628655
Change-Id: Id4f168bba650f055942b5e55583bf53e2305b052
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent bc89b16c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -60,4 +60,10 @@
		qcom,device-type = <3>;
		qcom,pipe-attr-ee;
	};

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