Skip to content

Commit 4da364c

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

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

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

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ properties:
4545
- description: Link clock from DP PHY3
4646
- description: VCO DIV clock from DP PHY3
4747

48-
'#clock-cells':
49-
const: 1
50-
51-
'#reset-cells':
52-
const: 1
53-
54-
'#power-domain-cells':
55-
const: 1
56-
57-
reg:
58-
maxItems: 1
59-
6048
power-domains:
6149
description:
6250
A phandle and PM domain specifier for the MMCX power domain.
@@ -69,13 +57,13 @@ properties:
6957

7058
required:
7159
- compatible
72-
- reg
7360
- clocks
74-
- '#clock-cells'
75-
- '#reset-cells'
7661
- '#power-domain-cells'
7762

78-
additionalProperties: false
63+
allOf:
64+
- $ref: qcom,gcc.yaml#
65+
66+
unevaluatedProperties: false
7967

8068
examples:
8169
- |

0 commit comments

Comments
 (0)