arm64: dts: qcom: Fix type of "wdog" IRQs for remoteprocs
The code in qcom_q6v5_init() requests the "wdog" IRQ as IRQF_TRIGGER_RISING. If dt defines the interrupt type as LEVEL_HIGH then the driver will have issues getting the IRQ again after probe deferral with an error like: irq: type mismatch, failed to map hwirq-14 for interrupt-controller@b220000! Fix that by updating the devicetrees to use IRQ_TYPE_EDGE_RISING for these interrupts, as is already used in most dt's. Also the driver was already using the interrupts with that type. Fixes: 3658e411 ("arm64: dts: qcom: sc7280: Add ADSP node") Fixes: df62402e ("arm64: dts: qcom: sc7280: Add CDSP node") Fixes: 152d1faf ("arm64: dts: qcom: add SC8280XP platform") Fixes: 8eb5287e ("arm64: dts: qcom: sm6350: Add CDSP nodes") Fixes: efc33c96 ("arm64: dts: qcom: sm6350: Add ADSP nodes") Fixes: fe6fd26a ("arm64: dts: qcom: sm6375: Add ADSP&CDSP") Fixes: 23a89037 ("arm64: dts: qcom: sm8250: Add remoteprocs") Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20240219-remoteproc-irqs-v1-1-c5aeb02334bd@fairphone.com [bjorn: Added fixes references] Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Showing
Please register or sign in to comment