Skip to content

Commit 5624596

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
dt-bindings: clock: qcom,mmcc: Reference qcom,gcc.yaml
Reference the common qcom,gcc.yaml schema to unify the common parts of the binding. Suggested-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Satya Priya Kakitapalli <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 92b7d67 commit 5624596

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

Documentation/devicetree/bindings/clock/qcom,mmcc.yaml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,36 +38,16 @@ properties:
3838
minItems: 7
3939
maxItems: 13
4040

41-
'#clock-cells':
42-
const: 1
43-
44-
'#reset-cells':
45-
const: 1
46-
47-
'#power-domain-cells':
48-
const: 1
49-
50-
reg:
51-
maxItems: 1
52-
53-
protected-clocks:
54-
description:
55-
Protected clock specifier list as per common clock binding
56-
5741
vdd-gfx-supply:
5842
description:
5943
Regulator supply for the GPU_GX GDSC
6044

6145
required:
6246
- compatible
63-
- reg
64-
- '#clock-cells'
65-
- '#reset-cells'
6647
- '#power-domain-cells'
6748

68-
additionalProperties: false
69-
7049
allOf:
50+
- $ref: qcom,gcc.yaml#
7151
- if:
7252
properties:
7353
compatible:
@@ -351,6 +331,8 @@ allOf:
351331
- const: dp_link_2x_clk_divsel_five
352332
- const: dp_vco_divided_clk_src_mux
353333

334+
unevaluatedProperties: false
335+
354336
examples:
355337
# Example for MMCC for MSM8960:
356338
- |

0 commit comments

Comments
 (0)