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

Commit 857564e4 authored by Chris Lew's avatar Chris Lew
Browse files

ARM: msm: dts: Fix mproc interrupts for sdxprairie



SMP2P should use SPI interrupt 113 to match the modem side interrupt
configuration. AOP QMP should use SPI interrupt 221 for sdxprairie.

Change-Id: I2b27a884133bd55ade647d24b3247b5f9f839cf5
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 0c098091
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -625,7 +625,7 @@
		reg = <0xc310000 0x1000>, <0x17811008 0x4>;
		reg-names = "msgram", "irq-reg-base";
		qcom,irq-mask = <0x1>;
		interrupts = <GIC_SPI 147 IRQ_TYPE_EDGE_RISING>;
		interrupts = <GIC_SPI 221 IRQ_TYPE_EDGE_RISING>;

		label = "aop";
		qcom,early-boot;
@@ -660,7 +660,7 @@
	qcom,smp2p-modem@1799000c {
		compatible = "qcom,smp2p";
		qcom,smem = <435>, <428>;
		interrupts = <GIC_SPI 112 IRQ_TYPE_EDGE_RISING>;
		interrupts = <GIC_SPI 113 IRQ_TYPE_EDGE_RISING>;
		mboxes = <&apcs_glb 14>;
		qcom,local-pid = <0>;
		qcom,remote-pid = <1>;