]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: remoteproc: qcom,sc8280xp-pas: Fix CDSP power desc
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Tue, 4 Nov 2025 19:31:07 +0000 (20:31 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 26 Nov 2025 17:40:31 +0000 (11:40 -0600)
The power requirements for the CDSP instances on SC8280XP aren't fully
described, with only one of the three present. Fix that.

Fixes: ee651cd1e944 ("dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20251104-topic-8280_mxc-v1-2-df545af0ef94@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Documentation/devicetree/bindings/remoteproc/qcom,sc8280xp-pas.yaml

index 96d53baf6e0070896697a76b883ee903d6fc27f6..5dbda3a550477f889643f4f376c6d1917ddc59f9 100644 (file)
@@ -91,9 +91,13 @@ allOf:
         power-domains:
           items:
             - description: NSP power domain
+            - description: CX power domain
+            - description: MXC power domain
         power-domain-names:
           items:
             - const: nsp
+            - const: cx
+            - const: mxc
 
 unevaluatedProperties: false