Skip to content

Commit c9ae35a

Browse files
krzkandersson
authored andcommitted
dt-bindings: clock: qcom,sc7280-dispcc: reference qcom,gcc.yaml
Just like most of Qualcomm clock controllers, we can reference common qcom,gcc.yaml schema to unify the common parts of the binding. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20240605-dt-bindings-qcom-gcc-v2-11-f947b24f1283@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e68a21b commit c9ae35a

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,16 @@ properties:
4141
- const: edp_phy_pll_link_clk
4242
- const: edp_phy_pll_vco_div_clk
4343

44-
'#clock-cells':
45-
const: 1
46-
47-
'#reset-cells':
48-
const: 1
49-
50-
'#power-domain-cells':
51-
const: 1
52-
53-
reg:
54-
maxItems: 1
55-
5644
required:
5745
- compatible
58-
- reg
5946
- clocks
6047
- clock-names
61-
- '#clock-cells'
62-
- '#reset-cells'
6348
- '#power-domain-cells'
6449

65-
additionalProperties: false
50+
allOf:
51+
- $ref: qcom,gcc.yaml#
52+
53+
unevaluatedProperties: false
6654

6755
examples:
6856
- |

0 commit comments

Comments
 (0)