Commit 82162db9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

dt-bindings: remoteproc: Add SM8750 CDSP



Add remote processor PAS loader for SM8750 CDSP processor, compatible
with earlier SM8650 with minor difference: one more sixth shutdown
interrupt.

Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250221160036.159557-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 1921f1a4
Loading
Loading
Loading
Loading
+25 −4
Original line number Diff line number Diff line
@@ -29,6 +29,9 @@ properties:
      - items:
          - const: qcom,sm8750-adsp-pas
          - const: qcom,sm8550-adsp-pas
      - items:
          - const: qcom,sm8750-cdsp-pas
          - const: qcom,sm8650-cdsp-pas

  reg:
    maxItems: 1
@@ -114,6 +117,23 @@ allOf:
        memory-region:
          minItems: 3
          maxItems: 3

  - if:
      properties:
        compatible:
          contains:
            enum:
              - qcom,sm8750-cdsp-pas
    then:
      properties:
        interrupts:
          maxItems: 6
        interrupt-names:
          maxItems: 6
        memory-region:
          minItems: 3
          maxItems: 3

  - if:
      properties:
        compatible:
@@ -184,6 +204,7 @@ allOf:
  - if:
      properties:
        compatible:
          contains:
            enum:
              - qcom,sm8550-cdsp-pas
              - qcom,sm8650-cdsp-pas