diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-02-06 22:33:13 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-14 20:09:37 +0300 |
commit | 6f998eb2fd02a7a7a529abb4c7d8bbf44fc3ff13 (patch) | |
tree | f722a535d800caa6b60dc1850cf8c8f9b8ab731d /Documentation/devicetree/bindings/remoteproc | |
parent | a8086bd9723ac8f1f795ab64f1de7dd0b9be889a (diff) | |
download | linux-6f998eb2fd02a7a7a529abb4c7d8bbf44fc3ff13.tar.xz |
dt-bindings: remoteproc: qcom,sm8550-pas: correct power domains
Correct CDSP and MPSS power domains to match what is used in DTS and the
Linux driver:
sm8550-mtp.dtb: remoteproc@32300000: power-domain-names: ['cx', 'mxc', 'nsp'] is too long
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Neil Armstrong <neil.armstrong@linaro.org>
Fixes: 084258d60712 ("dt-bindings: remoteproc: qcom: adsp: document sm8550 adsp, cdsp & mpss compatible")
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230206193313.30667-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc')
-rw-r--r-- | Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml index ae612809e260..fe216aa531ed 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml @@ -99,22 +99,22 @@ allOf: properties: compatible: enum: - - qcom,sm8550-cdsp-pas + - qcom,sm8550-mpss-pas then: properties: power-domains: items: - description: CX power domain - - description: MXC power domain + - description: MSS power domain power-domain-names: items: - const: cx - - const: mxc + - const: mss - if: properties: compatible: enum: - - qcom,sm8550-mpss-pas + - qcom,sm8550-cdsp-pas then: properties: power-domains: |