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

Commit 4759c904 authored by Jay Jayanna's avatar Jay Jayanna
Browse files

ARM: dts: msm: Add QSEE IRQ bridge entry for Lahaina

Add entry in device tree for QSEE IPC IRQ bridge for
Lahaina.

Change-Id: If2121b14e1062dea93d234fcdb58c8360e4e8a64
parent bf2b337b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -625,6 +625,19 @@
		#mbox-cells = <2>;
	};

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

		qcom,qsee-ipc-irq-spss {
			qcom,dev-name = "qsee_ipc_irq_spss";
			interrupt-parent = <&ipcc_mproc>;
			interrupts = <IPCC_CLIENT_SPSS
				      IPCC_MPROC_SIGNAL_SMP2P
				      IRQ_TYPE_EDGE_RISING>;
			label = "spss";
		};
	};

	jtag_mm0: jtagmm@7040000 {
		compatible = "qcom,jtagv8-mm";
		reg = <0x7040000 0x1000>;