Skip to content

Commit 98c2de9

Browse files
lumagJassiBrar
authored andcommitted
dt-bindings: mailbox: qcom: correct the list of platforms using clocks
The schema incorrectly lists some of the platforms in the statement requiring clocks/clock-names. Correct this by moving platforms not requiring additional clocks to the separate clause. Fixes: 0d17014 ("dt-bindings: mailbox: Add binding for SDX55 APCS") Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
1 parent 9d8b7e6 commit 98c2de9

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

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

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,7 @@ allOf:
7272
compatible:
7373
enum:
7474
- qcom,msm8916-apcs-kpss-global
75-
- qcom,msm8994-apcs-kpss-global
76-
- qcom,msm8996-apcs-hmss-global
77-
- qcom,msm8998-apcs-hmss-global
7875
- qcom,qcs404-apcs-apps-global
79-
- qcom,sc7180-apss-shared
80-
- qcom,sdm660-apcs-hmss-global
81-
- qcom,sdm845-apss-shared
82-
- qcom,sm6125-apcs-hmss-global
83-
- qcom,sm8150-apss-shared
8476
then:
8577
properties:
8678
clocks:
@@ -124,6 +116,24 @@ allOf:
124116
items:
125117
- const: pll
126118
- const: xo
119+
120+
- if:
121+
properties:
122+
compatible:
123+
enum:
124+
- qcom,msm8994-apcs-kpss-global
125+
- qcom,msm8996-apcs-hmss-global
126+
- qcom,msm8998-apcs-hmss-global
127+
- qcom,sc7180-apss-shared
128+
- qcom,sdm660-apcs-hmss-global
129+
- qcom,sdm845-apss-shared
130+
- qcom,sm6125-apcs-hmss-global
131+
- qcom,sm8150-apss-shared
132+
then:
133+
properties:
134+
clocks: false
135+
clock-names: false
136+
127137
- if:
128138
properties:
129139
compatible:

0 commit comments

Comments
 (0)