mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc
Fix the incorrect IRQ numbers for ready and handover on sa8775p.
The correct values are as follows:
Fatal interrupt - 0
Ready interrupt - 1
Handover interrupt - 2
Stop acknowledge interrupt - 3
Fixes: df54dcb34f ("arm64: dts: qcom: sa8775p: add ADSP, CDSP and GPDSP nodes")
Signed-off-by: Lijuan Gao <lijuan.gao@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250612-correct_interrupt_for_remoteproc-v1-2-490ee6d92a1b@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
c5aeb681fc
commit
7bd7209e9c
|
|
@ -6046,8 +6046,8 @@ remoteproc_gpdsp0: remoteproc@20c00000 {
|
|||
|
||||
interrupts-extended = <&intc GIC_SPI 768 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_gpdsp0_in 0 0>,
|
||||
<&smp2p_gpdsp0_in 2 0>,
|
||||
<&smp2p_gpdsp0_in 1 0>,
|
||||
<&smp2p_gpdsp0_in 2 0>,
|
||||
<&smp2p_gpdsp0_in 3 0>;
|
||||
interrupt-names = "wdog", "fatal", "ready",
|
||||
"handover", "stop-ack";
|
||||
|
|
@ -6089,8 +6089,8 @@ remoteproc_gpdsp1: remoteproc@21c00000 {
|
|||
|
||||
interrupts-extended = <&intc GIC_SPI 624 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_gpdsp1_in 0 0>,
|
||||
<&smp2p_gpdsp1_in 2 0>,
|
||||
<&smp2p_gpdsp1_in 1 0>,
|
||||
<&smp2p_gpdsp1_in 2 0>,
|
||||
<&smp2p_gpdsp1_in 3 0>;
|
||||
interrupt-names = "wdog", "fatal", "ready",
|
||||
"handover", "stop-ack";
|
||||
|
|
@ -6230,8 +6230,8 @@ remoteproc_cdsp0: remoteproc@26300000 {
|
|||
|
||||
interrupts-extended = <&intc GIC_SPI 578 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp0_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp0_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp0_in 1 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp0_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp0_in 3 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "wdog", "fatal", "ready",
|
||||
"handover", "stop-ack";
|
||||
|
|
@ -6362,8 +6362,8 @@ remoteproc_cdsp1: remoteproc@2a300000 {
|
|||
|
||||
interrupts-extended = <&intc GIC_SPI 798 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp1_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp1_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp1_in 1 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp1_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_cdsp1_in 3 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "wdog", "fatal", "ready",
|
||||
"handover", "stop-ack";
|
||||
|
|
@ -6518,8 +6518,8 @@ remoteproc_adsp: remoteproc@30000000 {
|
|||
|
||||
interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_adsp_in 1 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
|
||||
<&smp2p_adsp_in 3 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "wdog", "fatal", "ready", "handover",
|
||||
"stop-ack";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user