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

Commit fd706908 authored by Dhoat Harpal's avatar Dhoat Harpal
Browse files

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



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

CRs-Fixed: 1043377
Change-Id: I097e5464ec6ab80c12bcdb5f38d0599fa40da9ee
Signed-off-by: default avatarDhoat Harpal <hdhoat@codeaurora.org>
parent 7eb20e57
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -251,4 +251,10 @@
		compatible = "qcom,dummycc";
		#clock-cells = <1>;
	};

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