summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml
diff options
context:
space:
mode:
authorLuca Weiss <luca.weiss@fairphone.com>2023-12-08 18:07:57 +0300
committerBjorn Andersson <andersson@kernel.org>2023-12-17 21:06:31 +0300
commit9d598fab9731055638c6e9333c4f21aa0d174a48 (patch)
tree353e55c6e11d19bb7fe7fce9081aab68c8575745 /Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml
parent3f978d9889a2531e48d97cef7f5126f4104ee69c (diff)
downloadlinux-9d598fab9731055638c6e9333c4f21aa0d174a48.tar.xz
dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names
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>
Diffstat (limited to 'Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml')
-rw-r--r--Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml
index f10f329677d8..6f0bd6fa5d26 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml
@@ -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