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

Commit 99d0c030 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

ARM: dts: msm: Fix modem watchdog bite irq number for MSM8996



Modem watchdog bite irq number has changed from 56 to 480 with
commit id "e5552ffc" (ARM: dts:
fix modem watchdog bite irq number for MSM8996.). Because of it
MPM driver is not allowing the idle XO shutdown due to interrupt
480 is enabled and not bypassed. Remove 56 from bypass irq list
and add correct interrupt number(480) to the list.

CRs-fixed: 918822
Change-Id: I198f163f263e31367b31049cc41fe7e1d5915d85
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 1838c9d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,6 @@
			<0xff 49>,  /* L3UX_qgicL3ErrorIrptReq */
			<0xff 54>,  /* M4M_sysErrorInterrupt */
			<0xff 55>,  /* M4M_sysDlmInterrupt */
			<0xff 56>,  /* modem_watchdog */
			<0xff 57>,  /* mss_to_apps_irq(0) */
			<0xff 58>,  /* mss_to_apps_irq(1) */
			<0xff 59>,  /* mss_to_apps_irq(2) */
@@ -391,6 +390,7 @@
			<0xff 464>, /* ipa_bam_irq[0] */
			<0xff 465>, /* ipa_bam_irq[2] */
			<0xff 477>, /* tsens0_tsens_critical_int */
			<0xff 480>, /* q6_wdog_expired_irq */
			<0xff 481>, /* mss_ipc_out_irq(4) */
			<0xff 483>, /* mss_ipc_out_irq(6) */
			<0xff 484>, /* mss_ipc_out_irq(7) */