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

Commit ecef30b2 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add remote spinlock configuration on msmskunk



Add new entry in device tree to enable remote spinlocks. The remote
spinlocks provide a synchronization mechanism for remote processors.

CRs-Fixed: 1059650
Change-Id: I63f0f9249f6e4f901f85d73eacd436384267a8f9
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 1be3f03d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -577,6 +577,12 @@
			compatible = "qcom,llcc-amon";
		};
	};

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

&pcie_0_gdsc {