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

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

ARM: dts: msm: Enable support for QSEE IPC irq bridge on sdm845



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: 2048663
Change-Id: I2dd36be5cdd789dc814066ed563a6786262d3630
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 3f41babe
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2531,6 +2531,18 @@
		qcom,fragmented-data;
	};

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

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

	qcom,spcom {
		compatible = "qcom,spcom";