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

Commit 96ea3959 authored by Da Hoon Pyun's avatar Da Hoon Pyun
Browse files

ARM: dts: msm: Enable smp2p-npu for LAGOON

This change is to enable smp2p-npu for lagoon.
The mailbox controller implemented in NPU works as a bridge
between ipcc_mproc mailbox controller and its clients. It is
required because npu driver needs to control when IPCC irq can
be sent to NPUQ6.

Change-Id: I505f123a8b1c70a6739eb657498ecbd0c8518378
parent 930f19e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2266,7 +2266,7 @@
		interrupt-parent = <&ipcc_mproc>;
		interrupts = <IPCC_CLIENT_NPU IPCC_MPROC_SIGNAL_SMP2P
			      IRQ_TYPE_EDGE_RISING>;
		mboxes = <&ipcc_mproc IPCC_CLIENT_NPU IPCC_MPROC_SIGNAL_SMP2P>;
		mboxes = <&msm_npu IPCC_CLIENT_NPU IPCC_MPROC_SIGNAL_SMP2P>;
		qcom,local-pid = <0>;
		qcom,remote-pid = <10>;