diff options
author | Tony Lindgren <tony@atomide.com> | 2022-02-03 12:23:37 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-11 15:02:50 +0200 |
commit | fc3d39d5758dc001662df5aac825b2b6bcb6476f (patch) | |
tree | 19752074bd6acd87cd82abd05fa81d95775f8f36 /Documentation/devicetree/bindings/clock/ti/interface.txt | |
parent | dt-bindings: clock: ti: Add clock-output-names for clockctrl (diff) | |
download | linux-fc3d39d5758dc001662df5aac825b2b6bcb6476f.tar.xz linux-fc3d39d5758dc001662df5aac825b2b6bcb6476f.zip |
dt-bindings: clock: ti: Add clock-output-names for TI composite clocks
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@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Rob Herring <robh@kernel.org>
Message-Id: <20220203112337.19821-3-tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/ti/interface.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/ti/interface.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/ti/interface.txt b/Documentation/devicetree/bindings/clock/ti/interface.txt index 3f4704040140..94ec77dc3c59 100644 --- a/Documentation/devicetree/bindings/clock/ti/interface.txt +++ b/Documentation/devicetree/bindings/clock/ti/interface.txt @@ -28,6 +28,7 @@ Required properties: - reg : base address for the control register Optional properties: +- clock-output-names : from common clock binding. - ti,bit-shift : bit shift for the bit enabling/disabling the clock (default 0) Examples: |