dt-bindings: clock: ti: Add clock-output-names for TI composite clocks
authorTony Lindgren <tony@atomide.com>
Thu, 3 Feb 2022 11:23:37 +0000 (13:23 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2022 13:02:50 +0000 (16:02 +0300)
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>

Documentation/devicetree/bindings/clock/ti/clockdomain.txt
Documentation/devicetree/bindings/clock/ti/composite.txt
Documentation/devicetree/bindings/clock/ti/fixed-factor-clock.txt
Documentation/devicetree/bindings/clock/ti/gate.txt
Documentation/devicetree/bindings/clock/ti/interface.txt
Documentation/devicetree/bindings/clock/ti/mux.txt

index cb76b3f2b3415af3fbccda56dcbddc6368d2323d..9c6199249ce596cd4c1d4144b08b1b1868b968fa 100644 (file)
@@ -17,6 +17,9 @@ Required properties:
 - #clock-cells : from common clock binding; shall be set to 0.
 - clocks : link phandles of clocks within this domain
 
+Optional properties:
+- clock-output-names : from common clock binding.
+
 Examples:
        dss_clkdm: dss_clkdm {
                compatible = "ti,clockdomain";
index 5f43c4706b0944d5b025485f41ca4bb16343c592..33ac7c9ad053c7d13e93d3142f86357a76476ea5 100644 (file)
@@ -27,6 +27,9 @@ Required properties:
 - clocks : link phandles of component clocks
 - #clock-cells : from common clock binding; shall be set to 0.
 
+Optional properties:
+- clock-output-names : from common clock binding.
+
 Examples:
 
 usb_l4_gate_ick: usb_l4_gate_ick {
index 662b36d53bf0b616bdbd365d62807e80b57cfbda..518e3c1422762cfd32676fd9aee8a2645b0dec6d 100644 (file)
@@ -16,6 +16,7 @@ Required properties:
 - clocks: parent clock.
 
 Optional properties:
+- clock-output-names : from common clock binding.
 - ti,autoidle-shift: bit shift of the autoidle enable bit for the clock,
   see [2]
 - reg: offset for the autoidle register of this clock, see [2]
index 56d603c1f71685678a6cf9d8a52da537cff721bd..b4820b1de4f01be8640c6c33ee387b0d95c2549e 100644 (file)
@@ -36,6 +36,7 @@ Required properties:
        ti,clkdm-gate-clock type
 
 Optional properties:
+- clock-output-names : from common clock binding.
 - ti,bit-shift : bit shift for programming the clock gate, invalid for
                 ti,clkdm-gate-clock type
 - ti,set-bit-to-disable : inverts default gate programming. Setting the bit
index 3f4704040140d1dd350148da2dff43cff63f9120..94ec77dc3c59aabbe889f13a9b10e05d9f54dede 100644 (file)
@@ -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:
index eec8994b9be876752795bc4a37dc526329b9e453..e17425a586211527f94ab4b96149bbbb197ccef1 100644 (file)
@@ -42,6 +42,7 @@ Required properties:
 - reg : register offset for register controlling adjustable mux
 
 Optional properties:
+- clock-output-names : from common clock binding.
 - ti,bit-shift : number of bits to shift the bit-mask, defaults to
   0 if not present
 - ti,index-starts-at-one : valid input select programming starts at 1, not