Re: (subset) [PATCH 0/2] Correct the ready and handover interrupt number for sa8775p remoteproc

2025-06-18 Thread Bjorn Andersson


On Thu, 12 Jun 2025 10:39:31 +0800, Lijuan Gao wrote:
> The Ready and Handover interrupt numbers for sa8775p are incorrect. The
> correct interrupt numbers are as follows. So they need to be corrected.
> 
> Fatal interrupt - 0
> Ready interrupt - 1
> Handover interrupt - 2
> Stop acknowledge interrupt - 3
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc
  commit: 7bd7209e9cb11c8864e601d915008da088476f0c

Best regards,
-- 
Bjorn Andersson 



Re: (subset) [PATCH 0/2] Correct the ready and handover interrupt number for sa8775p remoteproc

2025-06-17 Thread Bjorn Andersson


On Thu, 12 Jun 2025 10:39:31 +0800, Lijuan Gao wrote:
> The Ready and Handover interrupt numbers for sa8775p are incorrect. The
> correct interrupt numbers are as follows. So they need to be corrected.
> 
> Fatal interrupt - 0
> Ready interrupt - 1
> Handover interrupt - 2
> Stop acknowledge interrupt - 3
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number
  commit: f6588dea0ab2873760b87b3ffbd02316e7826ee0

Best regards,
-- 
Bjorn Andersson 



[PATCH 0/2] Correct the ready and handover interrupt number for sa8775p remoteproc

2025-06-11 Thread Lijuan Gao
The Ready and Handover interrupt numbers for sa8775p are incorrect. The
correct interrupt numbers are as follows. So they need to be corrected.

Fatal interrupt - 0
Ready interrupt - 1
Handover interrupt - 2
Stop acknowledge interrupt - 3

Signed-off-by: Lijuan Gao 
---
Lijuan Gao (2):
  dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number
  arm64: dts: qcom: sa8775p: Correct the interrupt for remoteproc

 .../devicetree/bindings/remoteproc/qcom,sa8775p-pas.yaml   |  2 +-
 arch/arm64/boot/dts/qcom/sa8775p.dtsi  | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: b27cc623e01be9de1580eaa913508b237a7a9673
change-id: 20250611-correct_interrupt_for_remoteproc-9cc1af90abf7

Best regards,
-- 
Lijuan Gao