]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names
authorLuca Weiss <luca.weiss@fairphone.com>
Fri, 8 Dec 2023 15:07:57 +0000 (16:07 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sun, 17 Dec 2023 18:06:31 +0000 (10:06 -0800)
The power domains for MPSS on SC7280 are actually named CX and MSS, and
not CX and MX. Adjust the name which also aligns the bindings with the
dts and fixes validation.

Fixes: 8bb92d6fd0b3 ("dt-bindings: remoteproc: qcom,sc7180-pas: split into separate file")
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-1-6aa394d33edf@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml

index f10f329677d84d06baa5d7fc6f0f68b559b7bcf0..6f0bd6fa5d26363c1f8df8e27d6c95a61423b5f8 100644 (file)
@@ -114,11 +114,11 @@ allOf:
         power-domains:
           items:
             - description: CX power domain
-            - description: MX power domain
+            - description: MSS power domain
         power-domain-names:
           items:
             - const: cx
-            - const: mx
+            - const: mss
 
 unevaluatedProperties: false