Skip to content

Commit 45dd598

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

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

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

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

23-
reg:
24-
maxItems: 1
25-
2623
clocks:
2724
items:
2825
- description: Board XO source
@@ -32,24 +29,15 @@ properties:
3229
- description: Byte clock from DSI PHY0
3330
- description: Pixel clock from DSI PHY0
3431

35-
'#clock-cells':
36-
const: 1
37-
38-
'#reset-cells':
39-
const: 1
40-
41-
'#power-domain-cells':
42-
const: 1
43-
4432
required:
4533
- compatible
46-
- reg
4734
- clocks
48-
- '#clock-cells'
49-
- '#reset-cells'
5035
- '#power-domain-cells'
5136

52-
additionalProperties: false
37+
allOf:
38+
- $ref: qcom,gcc.yaml#
39+
40+
unevaluatedProperties: false
5341

5442
examples:
5543
- |

0 commit comments

Comments
 (0)