Reference the common qcom,gcc.yaml schema to unify the common
parts of the binding.
Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
---
.../bindings/clock/qcom,sc8280xp-lpasscc.yaml | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml b/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
index 273d66e245c5fdc3611a8b0254c2c6434e14cd5e..035d716c19cae0c7fd8a49d46092d2248d821a08 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
@@ -29,22 +29,13 @@ properties:
- const: qcom,x1e80100-lpasscc
- const: qcom,sc8280xp-lpasscc
- reg:
- maxItems: 1
-
- '#clock-cells':
- const: 1
-
- '#reset-cells':
- const: 1
-
required:
- compatible
- - reg
- - '#clock-cells'
- - '#reset-cells'
-additionalProperties: false
+allOf:
+ - $ref: qcom,gcc.yaml#
+
+unevaluatedProperties: false
examples:
- |
--
2.25.1