Skip to content

Commit 92b7d67

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
dt-bindings: clock: qcom,sm8150-camcc: Reference qcom,gcc.yaml
Reference the common qcom,gcc.yaml schema to unify the common parts of the binding. Suggested-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250717-gcc-ref-fixes-v2-1-a2a571d2be28@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 40f7d6d commit 92b7d67

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ properties:
1919
compatible:
2020
const: qcom,sm8150-camcc
2121

22-
reg:
23-
maxItems: 1
24-
2522
clocks:
2623
items:
2724
- description: Board XO source
@@ -37,26 +34,17 @@ properties:
3734
description:
3835
A phandle to an OPP node describing required MMCX performance point.
3936

40-
'#clock-cells':
41-
const: 1
42-
43-
'#reset-cells':
44-
const: 1
45-
46-
'#power-domain-cells':
47-
const: 1
48-
4937
required:
5038
- compatible
51-
- reg
5239
- clocks
5340
- power-domains
5441
- required-opps
55-
- '#clock-cells'
56-
- '#reset-cells'
5742
- '#power-domain-cells'
5843

59-
additionalProperties: false
44+
allOf:
45+
- $ref: qcom,gcc.yaml#
46+
47+
unevaluatedProperties: false
6048

6149
examples:
6250
- |

0 commit comments

Comments
 (0)