Re: [PATCH 3/3] dt-bindings: clock: ti: Add clock-output-names for TI composite clocks

From: Rob Herring
Date: Fri Feb 11 2022 - 09:11:18 EST


On Thu, 03 Feb 2022 13:23:37 +0200, Tony Lindgren wrote:
> For the TI composite clocks, we currently have only the divider clock
> list clock-output-names as an optional devicetree property. Let's add
> clock-output-names for all the TI composite clock bindings.
>
> This allows us to use clock-output-names for the clockctrl instance name
> instead of relying on a custom compatible or non-standard node names.
>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> Cc: Tero Kristo <kristo@xxxxxxxxxx>
> Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/clock/ti/clockdomain.txt | 3 +++
> Documentation/devicetree/bindings/clock/ti/composite.txt | 3 +++
> .../devicetree/bindings/clock/ti/fixed-factor-clock.txt | 1 +
> Documentation/devicetree/bindings/clock/ti/gate.txt | 1 +
> Documentation/devicetree/bindings/clock/ti/interface.txt | 1 +
> Documentation/devicetree/bindings/clock/ti/mux.txt | 1 +
> 6 files changed, 10 insertions(+)
>

Acked-by: Rob Herring <robh@xxxxxxxxxx>