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

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

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



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

Change-Id: Ibe317015a79fdc8e8f1c0b648715339e0b43aebf
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 0aeb15f8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -129,4 +129,9 @@
		#clock-cells = <1>;
	};

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