1 Binding for Texas Instruments clockdomain. 1 Binding for Texas Instruments clockdomain. 2 2 >> 3 Binding status: Unstable - ABI compatibility may be broken in the future >> 4 3 This binding uses the common clock binding[1] 5 This binding uses the common clock binding[1] in consumer role. 4 Every clock on TI SoC belongs to one clockdoma 6 Every clock on TI SoC belongs to one clockdomain, but software 5 only needs this information for specific clock 7 only needs this information for specific clocks which require 6 their parent clockdomain to be controlled when 8 their parent clockdomain to be controlled when the clock is 7 enabled/disabled. This binding doesn't define 9 enabled/disabled. This binding doesn't define a new clock 8 binding type, it is used to group existing clo 10 binding type, it is used to group existing clock nodes under 9 hardware hierarchy. 11 hardware hierarchy. 10 12 11 [1] Documentation/devicetree/bindings/clock/cl 13 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt 12 14 13 Required properties: 15 Required properties: 14 - compatible : shall be "ti,clockdomain" 16 - compatible : shall be "ti,clockdomain" 15 - #clock-cells : from common clock binding; sh 17 - #clock-cells : from common clock binding; shall be set to 0. 16 - clocks : link phandles of clocks within this 18 - clocks : link phandles of clocks within this domain 17 << 18 Optional properties: << 19 - clock-output-names : from common clock bindi << 20 19 21 Examples: 20 Examples: 22 dss_clkdm: dss_clkdm { 21 dss_clkdm: dss_clkdm { 23 compatible = "ti,clockdomain"; 22 compatible = "ti,clockdomain"; 24 clocks = <&dss1_alwon_fck_3430 23 clocks = <&dss1_alwon_fck_3430es2>, <&dss_ick_3430es2>; 25 }; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.