[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230206193313.30667-1-krzysztof.kozlowski@linaro.org>
Date: Mon, 6 Feb 2023 20:33:13 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Manivannan Sadhasivam <mani@...nel.org>,
linux-arm-msm@...r.kernel.org, linux-remoteproc@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [PATCH] 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@...00000: power-domain-names: ['cx', 'mxc', 'nsp'] is too long
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
---
.../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml | 8 ++++----
1 file 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:
--
2.34.1
Powered by blists - more mailing lists