Add DT bindings, relevant DT defines, DTS nodes and driver changes required to enable the remoteprocs on sa8775p.
To: Bjorn Andersson <[email protected]> To: Mathieu Poirier <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> To: Manivannan Sadhasivam <[email protected]> To: Jassi Brar <[email protected]> To: Konrad Dybcio <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Bartosz Golaszewski <[email protected]> Changes in v3: - Unify the nsp power domain names across both CDSPs - Sort out SoB tags - Fix firmware names in the PAS driver - Fix cdsp0 name in bindings - Link to v2: https://lore.kernel.org/r/20240527-topic-lemans-iot-remoteproc-v2-0-8d24e3409...@linaro.org Changes in v2: - Move the DT bindings for sa8775p-pas into a separate file - Link to v1: https://lore.kernel.org/r/20240522-topic-lemans-iot-remoteproc-v1-0-af9fab7b2...@linaro.org --- Bartosz Golaszewski (2): dt-bindings: remoteproc: qcom,sa8775p-pas: Document the SA8775p ADSP, CDSP and GPDSP arm64: dts: qcom: sa8775p-ride: enable remoteprocs Tengfei Fan (3): dt-bindings: mailbox: qcom-ipcc: Add GPDSP0 and GPDSP1 clients remoteproc: qcom_q6v5_pas: Add support for SA8775p ADSP, CDSP and GPDSP arm64: dts: qcom: sa8775p: add ADSP, CDSP and GPDSP nodes .../bindings/remoteproc/qcom,sa8775p-pas.yaml | 160 ++++++++++ arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 25 ++ arch/arm64/boot/dts/qcom/sa8775p.dtsi | 332 +++++++++++++++++++++ drivers/remoteproc/qcom_q6v5_pas.c | 92 ++++++ include/dt-bindings/mailbox/qcom-ipcc.h | 2 + 5 files changed, 611 insertions(+) --- base-commit: 234cb065ad82915ff8d06ce01e01c3e640b674d2 change-id: 20240507-topic-sa8775p-iot-remoteproc-6647b50281e2 Best regards, -- Bartosz Golaszewski <[email protected]>

