lkml.org 
[lkml]   [2023]   [Feb]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: correct power domains
Date
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>
---
.../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
\
 
 \ /
  Last update: 2023-03-27 00:11    [W:0.059 / U:5.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site