Re: [PATCH v3] dt-bindings: clock: ti,clockdomain: Convert to DT schema
From: Rob Herring (Arm)
Date: Tue Jul 21 2026 - 09:23:26 EST
On Fri, 17 Jul 2026 03:15:42 +0530, Bhargav Joshi wrote:
> Convert TI clockdomain to yaml DT schema. Drop '#clock-cells' from the
> required list as this binding doesn't define a new clock binding type,
> it is used to group existing clock nodes under hardware hierarchy. Most
> existing dts omit '#clock-cells'.
>
> Update the reference to the old legacy text binding in the description
> of bindings/clock/ti/ti,gate-clock.yaml to point to the new YAML file.
>
> Signed-off-by: Bhargav Joshi <j.bhargav.u@xxxxxxxxx>
> ---
> Changes in v3:
> - set limits for clock-output-names and clocks properties
> - Link to v2: https://lore.kernel.org/r/20260622-ti-clockdomain-v2-1-434dbe0789e2@xxxxxxxxx
>
> Changes in v2:
> - updating the stale reference to the legacy .txt file inside
> bindings/clock/ti/ti,gate-clock.yaml to fix make refcheckdocs error
> - Link to v1: https://lore.kernel.org/r/20260621-ti-clockdomain-v1-1-e99a56af98ea@xxxxxxxxx
> ---
> .../devicetree/bindings/clock/ti/clockdomain.txt | 25 ------------
> .../bindings/clock/ti/ti,clockdomain.yaml | 44 ++++++++++++++++++++++
> .../bindings/clock/ti/ti,gate-clock.yaml | 2 +-
> 3 files changed, 45 insertions(+), 26 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>