The series documents AOSS side channel, adds ADSP (HPASS DSP) and
4 CDSPs support for Nord SoC.
Nord SoC actually have 3 ADSPs. This series only enables ADSP0 which
can work independently. The rest two instances have dependencies on
ADSP0 regarding start/stop and SSR. And remoteproc framework doesn't
seem to support such "slave" instances yet.
Changes for v2:
- Create a new qcom,nord-pas.yaml to cover Nord ADSP and CDSP
- Include CDSPs support into the series
- Link to v1: https://lore.kernel.org/all/20260709085149.4072181-1-shengchao.guo@oss.qualcomm.com/
Shawn Guo (3):
dt-bindings: soc: qcom,aoss-qmp: Document Nord AOSS side channel
dt-bindings: remoteproc: qcom,nord-pas: Document Nord PAS
remoteproc: qcom: pas: Add Nord ADSP and CDSP support
.../bindings/remoteproc/qcom,nord-pas.yaml | 167 ++++++++++++++++++
.../bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
drivers/remoteproc/qcom_q6v5_pas.c | 110 ++++++++++++
3 files changed, 278 insertions(+)
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,nord-pas.yaml
--
2.43.0