Commit a469bf89 authored by Ansuel Smith's avatar Ansuel Smith Committed by Bjorn Andersson

dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation

Simplify qcon,gcc-apq8064 Documentation by using qcom,gcc.yaml as a
template and remove the compatible from qcom,gcc.yaml
Signed-off-by: default avatarAnsuel Smith <ansuelsmth@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Tested-by: default avatarJonathan McDowell <noodles@earth.li>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220226135235.10051-3-ansuelsmth@gmail.com
parent a03965ed
...@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# ...@@ -6,6 +6,9 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Qualcomm Global Clock & Reset Controller Binding for APQ8064 title: Qualcomm Global Clock & Reset Controller Binding for APQ8064
allOf:
- $ref: qcom,gcc.yaml#
maintainers: maintainers:
- Stephen Boyd <sboyd@kernel.org> - Stephen Boyd <sboyd@kernel.org>
- Taniya Das <tdas@codeaurora.org> - Taniya Das <tdas@codeaurora.org>
...@@ -17,22 +20,12 @@ description: | ...@@ -17,22 +20,12 @@ description: |
See also: See also:
- dt-bindings/clock/qcom,gcc-msm8960.h - dt-bindings/clock/qcom,gcc-msm8960.h
- dt-bindings/reset/qcom,gcc-msm8960.h - dt-bindings/reset/qcom,gcc-msm8960.h
- dt-bindings/clock/qcom,gcc-apq8084.h
- dt-bindings/reset/qcom,gcc-apq8084.h
properties: properties:
compatible: compatible:
const: qcom,gcc-apq8064 const: qcom,gcc-apq8084
'#clock-cells':
const: 1
'#reset-cells':
const: 1
'#power-domain-cells':
const: 1
reg:
maxItems: 1
nvmem-cells: nvmem-cells:
minItems: 1 minItems: 1
...@@ -53,21 +46,13 @@ properties: ...@@ -53,21 +46,13 @@ properties:
'#thermal-sensor-cells': '#thermal-sensor-cells':
const: 1 const: 1
protected-clocks:
description:
Protected clock specifier list as per common clock binding.
required: required:
- compatible - compatible
- reg
- '#clock-cells'
- '#reset-cells'
- '#power-domain-cells'
- nvmem-cells - nvmem-cells
- nvmem-cell-names - nvmem-cell-names
- '#thermal-sensor-cells' - '#thermal-sensor-cells'
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
...@@ -15,8 +15,6 @@ description: ...@@ -15,8 +15,6 @@ description:
power domains. power domains.
See also: See also:
- dt-bindings/clock/qcom,gcc-apq8084.h
- dt-bindings/reset/qcom,gcc-apq8084.h
- dt-bindings/clock/qcom,gcc-ipq4019.h - dt-bindings/clock/qcom,gcc-ipq4019.h
- dt-bindings/clock/qcom,gcc-ipq6018.h - dt-bindings/clock/qcom,gcc-ipq6018.h
- dt-bindings/reset/qcom,gcc-ipq6018.h - dt-bindings/reset/qcom,gcc-ipq6018.h
...@@ -40,7 +38,6 @@ allOf: ...@@ -40,7 +38,6 @@ allOf:
properties: properties:
compatible: compatible:
enum: enum:
- qcom,gcc-apq8084
- qcom,gcc-ipq4019 - qcom,gcc-ipq4019
- qcom,gcc-ipq6018 - qcom,gcc-ipq6018
- qcom,gcc-ipq8064 - qcom,gcc-ipq8064
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment