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 --- Changes in v5: - Fix up bindings atop cee616c6884616aea3be72a9debafd0614332682 - Drop krzk's rb from patch 1 - Link to v4: https://lore.kernel.org/r/20230725-topic-6375_rproc-v4-0-d55e8a6d0f5f@xxxxxxxxxx --- 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 | 145 +++++++++++++++++++++ drivers/remoteproc/qcom_q6v5_pas.c | 18 +++ 2 files changed, 163 insertions(+) --- base-commit: 451cc82bd11eb6a374f4dbcfc1cf007eafea91ab change-id: 20230725-topic-6375_rproc-4f074a92fa5f Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>