[PATCH v2 02/15] dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation

From: Ansuel Smith
Date: Thu Jan 20 2022 - 18:20:55 EST


Simplify qcon,gcc-apq8064 Documentation by using qcom,gcc.yaml as a
template.

Signed-off-by: Ansuel Smith <ansuelsmth@xxxxxxxxx>
---
.../bindings/clock/qcom,gcc-apq8064.yaml | 27 +++----------------
1 file changed, 3 insertions(+), 24 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
index 8e2eac6cbfb9..d65b3fc5bfa1 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc-apq8064.yaml
@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Global Clock & Reset Controller Binding for APQ8064

+allOf:
+ - $ref: qcom,gcc.yaml#
+
maintainers:
- Stephen Boyd <sboyd@xxxxxxxxxx>
- Taniya Das <tdas@xxxxxxxxxxxxxx>
@@ -19,21 +22,6 @@ description: |
- dt-bindings/reset/qcom,gcc-msm8960.h

properties:
- compatible:
- const: qcom,gcc-apq8064
-
- '#clock-cells':
- const: 1
-
- '#reset-cells':
- const: 1
-
- '#power-domain-cells':
- const: 1
-
- reg:
- maxItems: 1
-
nvmem-cells:
minItems: 1
maxItems: 2
@@ -53,16 +41,7 @@ properties:
'#thermal-sensor-cells':
const: 1

- protected-clocks:
- description:
- Protected clock specifier list as per common clock binding.
-
required:
- - compatible
- - reg
- - '#clock-cells'
- - '#reset-cells'
- - '#power-domain-cells'
- nvmem-cells
- nvmem-cell-names
- '#thermal-sensor-cells'
--
2.33.1