Skip to content

Commit f6588de

Browse files
Lijuan Gaoandersson
authored andcommitted
dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number
Correct the interrupt number of ready and handover in the DTS example. Fixes: af5da7b ("dt-bindings: remoteproc: qcom,sa8775p-pas: Document the SA8775p ADSP, CDSP and GPDSP") Signed-off-by: Lijuan Gao <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20250612-correct_interrupt_for_remoteproc-v1-1-490ee6d92a1b@oss.qualcomm.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent b0dc512 commit f6588de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ examples:
144144
145145
interrupts-extended = <&pdc 6 IRQ_TYPE_EDGE_RISING>,
146146
<&smp2p_adsp_in 0 IRQ_TYPE_EDGE_RISING>,
147-
<&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
148147
<&smp2p_adsp_in 1 IRQ_TYPE_EDGE_RISING>,
148+
<&smp2p_adsp_in 2 IRQ_TYPE_EDGE_RISING>,
149149
<&smp2p_adsp_in 3 IRQ_TYPE_EDGE_RISING>;
150150
interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
151151

0 commit comments

Comments
 (0)