]> Git Repo - linux.git/commitdiff
dt-bindings: mailbox: qcom,apcs-kpss-global: correct expected clocks for fallbacks
authorKrzysztof Kozlowski <[email protected]>
Thu, 17 Oct 2024 09:14:47 +0000 (11:14 +0200)
committerJassi Brar <[email protected]>
Sun, 24 Nov 2024 19:00:33 +0000 (13:00 -0600)
Commit 1e9cb7e007dc ("dt-bindings: mailbox: qcom,apcs-kpss-global: use
fallbacks") and commit 34d8775a0edc ("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 <[email protected]>
Acked-by: Rob Herring (Arm) <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml

index 982c741e622513953af64e3d133a0257631eea82..9d2dfd85b2073190a697204fb70894539fbaeb8e 100644 (file)
@@ -165,12 +165,13 @@ allOf:
   - if:
       properties:
         compatible:
-          enum:
-            - qcom,msm8953-apcs-kpss-global
-            - qcom,msm8994-apcs-kpss-global
-            - qcom,msm8996-apcs-hmss-global
-            - qcom,qcm2290-apcs-hmss-global
-            - qcom,sdm845-apss-shared
+          contains:
+            enum:
+              - qcom,msm8953-apcs-kpss-global
+              - qcom,msm8994-apcs-kpss-global
+              - qcom,msm8996-apcs-hmss-global
+              - qcom,qcm2290-apcs-hmss-global
+              - qcom,sdm845-apss-shared
     then:
       properties:
         clocks: false
This page took 0.053623 seconds and 4 git commands to generate.