Skip to content

Commit 9d598fa

Browse files
lweiss-fairphoneandersson
authored andcommitted
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: 8bb92d6 ("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>
1 parent 3f978d9 commit 9d598fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/remoteproc/qcom,sc7180-pas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ allOf:
114114
power-domains:
115115
items:
116116
- description: CX power domain
117-
- description: MX power domain
117+
- description: MSS power domain
118118
power-domain-names:
119119
items:
120120
- const: cx
121-
- const: mx
121+
- const: mss
122122

123123
unevaluatedProperties: false
124124

0 commit comments

Comments
 (0)