Re: [PATCH v3 7/8] dt-bindings: clock: Add Qcom SM6115 GPUCC

From: Krzysztof Kozlowski
Date: Tue Jan 31 2023 - 11:50:52 EST


On 30/01/2023 16:32, Konrad Dybcio wrote:
> Add device tree bindings for graphics clock controller for Qualcomm
> Technology Inc's SM6115 SoCs.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> ---
> v2 -> v3:
>
> - Mention resets in description:
> - Use gcc.yaml
>
> .../bindings/clock/qcom,sm6115-gpucc.yaml | 58 +++++++++++++++++++
> include/dt-bindings/clock/qcom,sm6115-gpucc.h | 36 ++++++++++++
> 2 files changed, 94 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-gpucc.yaml
> create mode 100644 include/dt-bindings/clock/qcom,sm6115-gpucc.h
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,sm6115-gpucc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm6115-gpucc.yaml
> new file mode 100644
> index 000000000000..354ace48301d
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/qcom,sm6115-gpucc.yaml
> @@ -0,0 +1,58 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/qcom,sm6115-gpucc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm Graphics Clock & Reset Controller on SM6115
> +
> +maintainers:
> + - Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
> +
> +description: |
> + Qualcomm graphics clock control module provides clocks, resets and power
> + domains on Qualcomm SoCs.
> +
> + See also:: include/dt-bindings/clock/qcom,sm6115-gpucc.h
> +
> +properties:
> + compatible:
> + enum:
> + - qcom,sm6115-gpucc
> +
> + clocks:
> + items:
> + - description: Board XO source
> + - description: GPLL0 main branch source
> + - description: GPLL0 main div source
> +
> +required:
> + - compatible
> + - clocks
> +
> +allOf:
> + - $ref: qcom,gcc.yaml#
> +
> +additionalProperties: false

unevaluatedProperties: false


Best regards,
Krzysztof