Re: [PATCH 2/4] dt-bindings: clock: ti: Convert to yaml

From: Andreas Kemnade
Date: Wed Apr 09 2025 - 05:10:22 EST


Am Thu, 3 Apr 2025 18:44:58 -0700
schrieb Sukrut Bellary <sbellary@xxxxxxxxxxxx>:

> This binding doesn't define a new clock binding type,
> it is used to group the existing clock nodes under the hardware hierarchy.
>
> As this is not a provider clock, remove #clock-cells and
> clock-output-names properties.
> Though few clockdomain nodes in the dts use these properties,
> we are not fixing dts here.
> Clean up the example to meet the current standards.
>
> Add the creator of the original binding as a maintainer.
>
> Signed-off-by: Sukrut Bellary <sbellary@xxxxxxxxxxxx>
> ---
> .../bindings/clock/ti/clockdomain.txt | 25 ------------
> .../bindings/clock/ti/ti,clockdomain.yaml | 38 +++++++++++++++++++

I am wondering whether this should just be part of a converted version
of Documentation/devicetree/bindings/arm/omap/prcm.txt. I doubt there
is any other usage for this compatible.

Regards,
Andreas