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

Commit 58faf738 authored by Murali Nalajala's avatar Murali Nalajala Committed by Matt Wagantall
Browse files

ARM: msm: dts: Add interrupts mapping correctly to MPM



Some of the interrupts are missing in mpm interrupt mapping
list. Without mapping these interrupts to MPM pins properly
system would not wake up from the deep sleep modes(xo, vmin).

Add the interrupts mapping correctly to MPM.

Change-Id: I33af0a5ac38eeadb65263e0a975b401af5c64466
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent d8cbc96f
Loading
Loading
Loading
Loading
+16 −13
Original line number Diff line number Diff line
@@ -547,8 +547,8 @@

		qcom,gic-parent = <&intc>;
		qcom,gic-map = <2 216>, /* tsens_upper_lower_int */
			<87 358>, /* ee0_krait_hlos_spmi_periph_irq */
			<52 212>,   /* qmp_usb3_lfps_rxterm_irq */
			<87 358>,   /* ee0_krait_hlos_spmi_periph_irq */
			<0xff 33>,  /* APCC_qgicL2PerfMonIrptReq */
			<0xff 34>,  /* APCC_qgicL2ErrorIrptReq */
			<0xff 35>,  /* WDT_barkInt */
@@ -604,15 +604,16 @@
			<0xff 207>, /* rpm_ipc(27) */
			<0xff 208>,
			<0xff 210>,
			<0xff 462>,
			<0xff 484>,
			<0xff 211>, /* usb_dwc3_otg */
			<0xff 240>, /* summary_irq_kpss */
			<0xff 268>, /* bam_irq[1] */
			<0xff 270>, /* bam_irq[0] */
			<0xff 271>, /* bam_irq[0] */
			<0xff 332>, /* sps */
			<0xff 333>; /* ipa */
			<0xff 333>, /* ipa */
			<0xff 422>, /* ssc_irq_out_apcs[5] */
			<0xff 462>,
			<0xff 484>;

		qcom,gpio-parent = <&tlmm>;
		qcom,gpio-map = <3  101>,
@@ -625,7 +626,7 @@
			<10  29>,
			<11  34>,
			<12  36>,
			<13  37>,
			<13  37>, /* PCIe0 */
			<14  41>,
			<15  42>,
			<16  46>,
@@ -657,7 +658,9 @@
			<42  108>,
			<43  111>,
			<44  115>,
			<45  127>;
			<45  127>,
			<54  116>, /* PCIe2 */
			<67  132>; /* PCIe1 */
	};

};