Re: [PATCH 03/10] dt-bindings: clock: qcom: document the SM8650 Display Clock Controller

From: Krzysztof Kozlowski
Date: Fri Oct 27 2023 - 03:28:52 EST


On 25/10/2023 09:32, Neil Armstrong wrote:
> Add bindings documentation for the SM8650 Display Clock Controller.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> ---
> .../bindings/clock/qcom,sm8650-dispcc.yaml | 106 +++++++++++++++++++++
> include/dt-bindings/clock/qcom,sm8650-dispcc.h | 101 ++++++++++++++++++++
> 2 files changed, 207 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/clock/qcom,sm8650-dispcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sm8650-dispcc.yaml
> new file mode 100644
> index 000000000000..5e0c45c380f5
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/qcom,sm8650-dispcc.yaml
> @@ -0,0 +1,106 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/qcom,sm8650-dispcc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Qualcomm Display Clock & Reset Controller for SM8650
> +
> +maintainers:
> + - Bjorn Andersson <andersson@xxxxxxxxxx>
> + - Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> +
> +description: |
> + Qualcomm display clock control module provides the clocks, resets and power
> + domains on SM8650.
> +
> + See also:: include/dt-bindings/clock/qcom,sm8650-dispcc.h
> +

Please $ref here gcc.yaml like
Documentation/devicetree/bindings/clock/qcom,sm6375-dispcc.yaml does.
You will be able to drop several properties.

Best regards,
Krzysztof