Skip to content

Commit 8acff34

Browse files
krzkandersson
authored andcommitted
dt-bindings: clock: qcom,sm8450-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-14-f947b24f1283@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 7b69a90 commit 8acff34

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@ properties:
4040
- description: Link clock from DP PHY3
4141
- description: VCO DIV clock from DP PHY3
4242

43-
'#clock-cells':
44-
const: 1
45-
46-
'#reset-cells':
47-
const: 1
48-
49-
'#power-domain-cells':
50-
const: 1
51-
52-
reg:
53-
maxItems: 1
54-
5543
power-domains:
5644
description:
5745
A phandle and PM domain specifier for the MMCX power domain.
@@ -64,13 +52,13 @@ properties:
6452

6553
required:
6654
- compatible
67-
- reg
6855
- clocks
69-
- '#clock-cells'
70-
- '#reset-cells'
7156
- '#power-domain-cells'
7257

73-
additionalProperties: false
58+
allOf:
59+
- $ref: qcom,gcc.yaml#
60+
61+
unevaluatedProperties: false
7462

7563
examples:
7664
- |

0 commit comments

Comments
 (0)