Resending as the previous revision was mostly ignored on the rproc side. Changes since v3: - Pick up krzk's rb on bindings - Drop patch 4 (applied) Link to v3: https://lore.kernel.org/linux-arm-msm/20230109135647.339224-1-konrad.dybcio@xxxxxxxxxx/ This revision merges two [1] [2] previously separate series, adding SM6375's ADSP, CDSP, MPSS and related bindings. [1] https://lore.kernel.org/linux-arm-msm/20230107120623.1903056-1-konrad.dybcio@xxxxxxxxxx/T/#m89d629bd788593dfd27e4dbf0cf0bf94ffd0a7ce [2] https://lore.kernel.org/linux-arm-msm/622afd8b-a469-4c95-d2b8-030e47b0cac2@xxxxxxxxxx/T/#m17aee8f3a51cfbd3f92fe2b4dd48b3722a6a0a7e Konrad Dybcio (4): dt-bindings: remoteproc: qcom,sm6375-pas: Document remoteprocs remoteproc: qcom: pas: Add SM6375 ADSP & CDSP remoteproc: qcom: pas: Add SM6375 MPSS arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP .../bindings/remoteproc/qcom,sm6375-pas.yaml | 137 ++++++++++++++++++ arch/arm64/boot/dts/qcom/sm6375.dtsi | 1 + drivers/remoteproc/qcom_q6v5_pas.c | 18 +++ 3 files changed, 156 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sm6375-pas.yaml -- 2.39.0 --- Konrad Dybcio (3): dt-bindings: remoteproc: qcom,sm6375-pas: Document remoteprocs remoteproc: qcom: pas: Add SM6375 ADSP & CDSP remoteproc: qcom: pas: Add SM6375 MPSS .../bindings/remoteproc/qcom,sm6375-pas.yaml | 137 +++++++++++++++++++++ drivers/remoteproc/qcom_q6v5_pas.c | 18 +++ 2 files changed, 155 insertions(+) --- base-commit: 1e25dd7772483f477f79986d956028e9f47f990a change-id: 20230725-topic-6375_rproc-4f074a92fa5f Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>