linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: omap: Add clock-output-names and #clock-cells
@ 2022-02-03 11:23 Tony Lindgren
  2022-02-03 11:23 ` [PATCH 2/3] dt-bindings: clock: ti: Add clock-output-names for clockctrl Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Lindgren @ 2022-02-03 11:23 UTC (permalink / raw)
  To: linux-kernel
  Cc: Rob Herring, linux-arm-kernel, devicetree, linux-omap,
	Stephen Boyd, Tero Kristo

This allows us to use clock-output-names for the clock manager instance
name instead of relying on non-standard node names.

Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 Documentation/devicetree/bindings/arm/omap/prcm.txt | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/omap/prcm.txt b/Documentation/devicetree/bindings/arm/omap/prcm.txt
--- a/Documentation/devicetree/bindings/arm/omap/prcm.txt
+++ b/Documentation/devicetree/bindings/arm/omap/prcm.txt
@@ -31,12 +31,17 @@ Required properties:
 		(base address and length)
 - clocks:	clocks for this module
 - clockdomains:	clockdomains for this module
+- #clock-cells: From common clock binding
+- clock-output-names: From common clock binding
+
 
 Example:
 
-cm: cm@48004000 {
+cm: clock@48004000 {
 	compatible = "ti,omap3-cm";
 	reg = <0x48004000 0x4000>;
+	#clock-cells = <0>;
+	clock-output-names = "cm";
 
 	cm_clocks: clocks {
 		#address-cells = <1>;
-- 
2.35.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-11 14:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 11:23 [PATCH 1/3] dt-bindings: omap: Add clock-output-names and #clock-cells Tony Lindgren
2022-02-03 11:23 ` [PATCH 2/3] dt-bindings: clock: ti: Add clock-output-names for clockctrl Tony Lindgren
2022-02-11 14:11   ` Rob Herring
2022-02-03 11:23 ` [PATCH 3/3] dt-bindings: clock: ti: Add clock-output-names for TI composite clocks Tony Lindgren
2022-02-11 14:11   ` Rob Herring
2022-02-11 14:10 ` [PATCH 1/3] dt-bindings: omap: Add clock-output-names and #clock-cells Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).