Skip to content
Snippets Groups Projects
Commit f0116881 authored by Luca Weiss's avatar Luca Weiss Committed by Bjorn Andersson
Browse files

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: default avatarLuca 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: default avatarBjorn Andersson <andersson@kernel.org>
parent 4cece764
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment