Re: [PATCH 3/4] dt-bindings: clock: qcom: Add QCS615 GCC clocks
From: Krzysztof Kozlowski
Date: Thu Sep 19 2024 - 08:21:37 EST
On 19/09/2024 09:32, Taniya Das wrote:
> Add device tree bindings for global clock controller on QCS615 SoCs.
>
> Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx>
> ---
> .../devicetree/bindings/clock/qcom,qcs615-gcc.yaml | 59 ++++++
> include/dt-bindings/clock/qcom,qcs615-gcc.h | 211 +++++++++++++++++++++
> 2 files changed, 270 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,qcs615-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,qcs615-gcc.yaml
> new file mode 100644
> index 000000000000..fecc694cd71b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/qcom,qcs615-gcc.yaml
> @@ -0,0 +1,59 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/qcom,qcs615-gcc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm Global Clock & Reset Controller on QCS615
> +
> +maintainers:
> + - Taniya Das <quic_tdas@xxxxxxxxxxx>
> +
> +description: |
> + Qualcomm global clock control module provides the clocks, resets and power
> + domains on QCS615.
> +
> + See also:: include/dt-bindings/clock/qcom,qcs615-gcc.h
Since I expect resend of patchset (other comments), please also switch
from :: to single :.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Best regards,
Krzysztof