Commit 8ab42308 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

dt-bindings: clock: ti: Add clock-output-names for clockctrl



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: default avatarTony Lindgren <tony@atomide.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Message-Id: <20220203112337.19821-2-tony@atomide.com>
parent 26ad4834
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ Required properties :
	       "ti,clkctrl-l4-per"
	       "ti,clkctrl-l4-secure"
	       "ti,clkctrl-l4-wkup"
- clock-output-names : from common clock binding
- #clock-cells : shall contain 2 with the first entry being the instance
		 offset from the clock domain base and the second being the
		 clock index
@@ -32,7 +33,8 @@ Example: Clock controller node on omap 4430:
	l4per: cm@1400 {
		cm_l4per@0 {
			cm_l4per_clkctrl: clock@20 {
				compatible = "ti,clkctrl-l4-per", "ti,clkctrl";
				compatible = "ti,clkctrl";
				clock-output-names = "l4_per";
				reg = <0x20 0x1b0>;
				#clock-cells = <2>;
			};