Skip to content

Commit cba781d

Browse files
krzkJassi Brar
authored andcommitted
dt-bindings: mailbox: qcom,apcs-kpss-global: correct expected clocks for fallbacks
Commit 1e9cb7e ("dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks") and commit 34d8775 ("dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks for few variants") added fallbacks to few existing compatibles. Neither devices with these existing compatibles nor devices using fallbacks alone, have clocks, so the "if:then:" block defining this constrain should be written as "contains:". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
1 parent 71987bc commit cba781d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,13 @@ allOf:
165165
- if:
166166
properties:
167167
compatible:
168-
enum:
169-
- qcom,msm8953-apcs-kpss-global
170-
- qcom,msm8994-apcs-kpss-global
171-
- qcom,msm8996-apcs-hmss-global
172-
- qcom,qcm2290-apcs-hmss-global
173-
- qcom,sdm845-apss-shared
168+
contains:
169+
enum:
170+
- qcom,msm8953-apcs-kpss-global
171+
- qcom,msm8994-apcs-kpss-global
172+
- qcom,msm8996-apcs-hmss-global
173+
- qcom,qcm2290-apcs-hmss-global
174+
- qcom,sdm845-apss-shared
174175
then:
175176
properties:
176177
clocks: false

0 commit comments

Comments
 (0)