Re: [PATCH 2/2] arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc

2025-06-12 Thread Konrad Dybcio
On 6/12/25 4:39 AM, Lijuan Gao wrote: > 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: df54dcb34ff2e ("arm64: dts: qcom: sa8775

[PATCH 2/2] arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc

2025-06-11 Thread Lijuan Gao
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: df54dcb34ff2e ("arm64: dts: qcom: sa8775p: add ADSP, CDSP and GPDSP nodes") Signed-off-by: Liju