Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: omap: Add clock-output-names and #clock-cells

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>
Acked-by: Rob Herring <robh@kernel.org>
Message-Id: <20220203112337.19821-1-tony@atomide.com>

+6 -1
+6 -1
Documentation/devicetree/bindings/arm/omap/prcm.txt
··· 31 31 (base address and length) 32 32 - clocks: clocks for this module 33 33 - clockdomains: clockdomains for this module 34 + - #clock-cells: From common clock binding 35 + - clock-output-names: From common clock binding 36 + 34 37 35 38 Example: 36 39 37 - cm: cm@48004000 { 40 + cm: clock@48004000 { 38 41 compatible = "ti,omap3-cm"; 39 42 reg = <0x48004000 0x4000>; 43 + #clock-cells = <0>; 44 + clock-output-names = "cm"; 40 45 41 46 cm_clocks: clocks { 42 47 #address-cells = <1>;