From d99c899d2c42a37d331b8ac6f38c025884df15b2 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 29 May 2024 17:46:59 +0300 Subject: dt-bindings: clock: qcom,gcc-other: rename to qcom,mdm-mdm9607 The only platform remaining in qcom,gcc-other.yaml is MDM9607. Drop the stale mentioning of gcc-msm8953.h include and rename the schema file accordingly. Signed-off-by: Dmitry Baryshkov Reviewed-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20240529-qcom-gdscs-v2-1-69c63d0ae1e7@linaro.org Signed-off-by: Bjorn Andersson --- .../bindings/clock/qcom,gcc-mdm9607.yaml | 42 +++++++++++++++++++++ .../devicetree/bindings/clock/qcom,gcc-other.yaml | 43 ---------------------- 2 files changed, 42 insertions(+), 43 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml delete mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml new file mode 100644 index 000000000000..1264f3d55761 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-mdm9607.yaml @@ -0,0 +1,42 @@ +# SPDX-License-Identifier: GPL-2.0-only +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/clock/qcom,gcc-mdm9607.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: Qualcomm Global Clock & Reset Controller + +maintainers: + - Stephen Boyd + - Taniya Das + +description: | + Qualcomm global clock control module provides the clocks, resets and power + domains. + + See also:: + include/dt-bindings/clock/qcom,gcc-mdm9607.h + +allOf: + - $ref: qcom,gcc.yaml# + +properties: + compatible: + enum: + - qcom,gcc-mdm9607 + +required: + - compatible + +unevaluatedProperties: false + +examples: + - | + clock-controller@900000 { + compatible = "qcom,gcc-mdm9607"; + reg = <0x900000 0x4000>; + #clock-cells = <1>; + #reset-cells = <1>; + #power-domain-cells = <1>; + }; +... diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml deleted file mode 100644 index 7d05f0f63cef..000000000000 --- a/Documentation/devicetree/bindings/clock/qcom,gcc-other.yaml +++ /dev/null @@ -1,43 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only -%YAML 1.2 ---- -$id: http://devicetree.org/schemas/clock/qcom,gcc-other.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# - -title: Qualcomm Global Clock & Reset Controller - -maintainers: - - Stephen Boyd - - Taniya Das - -description: | - Qualcomm global clock control module provides the clocks, resets and power - domains. - - See also:: - include/dt-bindings/clock/qcom,gcc-msm8953.h - include/dt-bindings/clock/qcom,gcc-mdm9607.h - -allOf: - - $ref: qcom,gcc.yaml# - -properties: - compatible: - enum: - - qcom,gcc-mdm9607 - -required: - - compatible - -unevaluatedProperties: false - -examples: - - | - clock-controller@900000 { - compatible = "qcom,gcc-mdm9607"; - reg = <0x900000 0x4000>; - #clock-cells = <1>; - #reset-cells = <1>; - #power-domain-cells = <1>; - }; -... -- cgit