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

Commit 020f4b68 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add qsee_ipc_irq_bridge nodes for SM8150



The qsee_ipc_irq_bridge bridges interrupt notifications to userspace by
creating a char dev for userspace to poll until an interrupt from QSEE
arrives.

Change-Id: I2b4150428d59ce4edd038de11a59b36f5f78e958
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent f2dc86b1
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2279,6 +2279,17 @@
		#interrupt-cells = <3>;
	};

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

		qcom,qsee-ipc-irq-spss {
			qcom,dev-name = "qsee_ipc_irq_spss";
			label = "spss";
			interrupt-parent = <&intsp>;
			interrupts = <1 0 IRQ_TYPE_EDGE_RISING>;
		};
	};

	qcom,glink {
		compatible = "qcom,glink";
		#address-cells = <1>;