Skip to content

Commit 9df98d4

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
dt-bindings: clock: qcom,sm4450-camcc: 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 5624596 commit 9df98d4

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

Documentation/devicetree/bindings/clock/qcom,sm4450-camcc.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,20 @@ properties:
2020
compatible:
2121
const: qcom,sm4450-camcc
2222

23-
reg:
24-
maxItems: 1
25-
2623
clocks:
2724
items:
2825
- description: Board XO source
2926
- description: Camera AHB clock source from GCC
3027

31-
'#clock-cells':
32-
const: 1
33-
34-
'#reset-cells':
35-
const: 1
36-
37-
'#power-domain-cells':
38-
const: 1
39-
4028
required:
4129
- compatible
42-
- reg
4330
- clocks
44-
- '#clock-cells'
45-
- '#reset-cells'
4631
- '#power-domain-cells'
4732

48-
additionalProperties: false
33+
allOf:
34+
- $ref: qcom,gcc.yaml#
35+
36+
unevaluatedProperties: false
4937

5038
examples:
5139
- |

0 commit comments

Comments
 (0)