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
This commit is contained in:
Shreyas K K
2022-11-03 11:38:04 +05:30
parent cfc8581e6b
commit 053318ad5f

View File

@@ -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>,