From 053318ad5f86effe5e63074489dde7c06100d05e Mon Sep 17 00:00:00 2001 From: Shreyas K K Date: Thu, 3 Nov 2022 11:38:04 +0530 Subject: [PATCH] ARM: dts: msm: Fix wdog interrupt of LPASS on SM8150 On newer kernels PDC interrupt can only be requested if its actually routed through PDC HW. Update the LPASS subsystem interrupt to use intc interrupts when they are direct interrupts at GIC and only use PDC if it has routing to PDC HW. Change-Id: Ie60515cd51e55ce0772d5d2c89a603b63ba44545 --- qcom/sm8150.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sm8150.dtsi b/qcom/sm8150.dtsi index 77f81a81..0966bfd4 100644 --- a/qcom/sm8150.dtsi +++ b/qcom/sm8150.dtsi @@ -1482,7 +1482,7 @@ memory-region = <&rproc_adsp_mem>; /* Inputs from ssc */ - interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>, + interrupts-extended = <&intc GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, <&adsp_smp2p_in 0 0>, <&adsp_smp2p_in 2 0>, <&adsp_smp2p_in 1 0>,