Lines Matching refs:clock

1 Binding for Texas Instruments gate clock.
5 This binding uses the common clock binding[1]. This clock is
6 quite much similar to the basic gate-clock [2], however,
8 is provided for this clock, the code assumes that a clockdomain
12 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
13 [2] Documentation/devicetree/bindings/clock/gpio-gate-clock.yaml
14 [3] Documentation/devicetree/bindings/clock/ti/clockdomain.txt
18 "ti,gate-clock" - basic gate clock
19 "ti,wait-gate-clock" - gate clock which waits until clock is active before
21 "ti,dss-gate-clock" - gate clock with DSS specific hardware handling
22 "ti,am35xx-gate-clock" - gate clock with AM35xx specific hardware handling
23 "ti,clkdm-gate-clock" - clockdomain gate clock, which derives its functional
24 clock directly from a clockdomain, see [3] how
26 "ti,hsdiv-gate-clock" - gate clock with OMAP36xx specific hardware handling,
28 "ti,composite-gate-clock" - composite gate clock, to be part of composite
29 clock
30 "ti,composite-no-wait-gate-clock" - composite gate clock that does not wait
31 for clock to be active before returning
33 - #clock-cells : from common clock binding; shall be set to 0
34 - clocks : link to phandle of parent clock
36 ti,clkdm-gate-clock type
39 - clock-output-names : from common clock binding.
40 - ti,bit-shift : bit shift for programming the clock gate, invalid for
41 ti,clkdm-gate-clock type
43 gates the clock and clearing the bit ungates the clock.
47 #clock-cells = <0>;
48 compatible = "ti,gate-clock";
55 #clock-cells = <0>;
56 compatible = "ti,wait-gate-clock";
63 #clock-cells = <0>;
64 compatible = "ti,dss-gate-clock";
71 #clock-cells = <0>;
72 compatible = "ti,am35xx-gate-clock";
79 #clock-cells = <0>;
80 compatible = "ti,clkdm-gate-clock";
85 #clock-cells = <0>;
86 compatible = "ti,hsdiv-gate-clock";
94 #clock-cells = <0>;
95 compatible = "ti,composite-gate-clock";
102 #clock-cells = <0>;
103 compatible = "ti,composite-no-wait-gate-clock";