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

Commit a619160a authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam Committed by Kyle Yan
Browse files

ARM: dts: msm: Add node for QSEE IPC IRQ bridge for msmcobalt



Add the device for bridging an Inter-Processor Communication(IPC)
interrupt from a remote subsystem directed towards Qualcomm Technologies,
Inc. Secure Execution Environment(QSEE).

CRs-Fixed: 1021749
Change-Id: Ib86b3f70a71f222f0ddc1ea49c75cd7d94c47546
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent c458c3a5
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2707,6 +2707,18 @@
		qcom,smmu-support;
		status = "disabled";
	};

	qcom,qsee_ipc_irq_bridge {
		compatible = "qcom,qsee-ipc-irq-bridge";

		qcom,qsee-ipc-irq-spss {
			qcom,rx-irq-clr = <0x1d08008 0x4>;
			qcom,rx-irq-clr-mask = <0x2>;
			qcom,dev-name = "qsee_ipc_irq_spss";
			interrupts = <0 349 4>;
			label = "spss";
		};
	};
};

&clock_cpu {