This patch series adds support for the remoteprocs found in sm6350/sm7225 and enables them on the Fairphone 4 smartphone. Luca Weiss (8): dt-bindings: remoteproc: qcom: pas: Add SM6350 adsp, cdsp & mpss remoteproc: qcom: pas: Add SM6350 MPSS support arm64: dts: qcom: sm6350: Add MPSS nodes remoteproc: qcom: pas: Add SM6350 ADSP support arm64: dts: qcom: sm6350: Add ADSP nodes remoteproc: qcom: pas: Add SM6350 CDSP support arm64: dts: qcom: sm6350: Add CDSP nodes arm64: dts: qcom: sm7225-fairphone-fp4: Enable ADSP, CDSP & MPSS .../bindings/remoteproc/qcom,adsp.yaml | 28 ++ arch/arm64/boot/dts/qcom/sm6350.dtsi | 279 ++++++++++++++++++ .../boot/dts/qcom/sm7225-fairphone-fp4.dts | 31 ++ drivers/remoteproc/qcom_q6v5_pas.c | 37 +++ 4 files changed, 375 insertions(+) -- 2.34.1