mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:04:24 +00:00
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:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user