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

Commit 99505b90 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add remote spinlock configuration for sdm855



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

CRs-Fixed: 2093992
Change-Id: I0f986787243b2559e0a8116d4ba4574caea1e3f0
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent efdf0c68
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -561,6 +561,17 @@
			snps,hird-threshold = /bits/ 8 <0x10>;
		};
	};

	tcsr_mutex_block: syscon@1f40000 {
		compatible = "syscon";
		reg = <0x1f40000 0x20000>;
	};

	tcsr_mutex: hwlock@1f40000 {
		compatible = "qcom,tcsr-mutex";
		syscon = <&tcsr_mutex_block 0 0x1000>;
		#hwlock-cells = <1>;
	};
};

&emac_gdsc {