Lines Matching +full:invert +full:- +full:enable
3 Binding status: Unstable - ABI compatibility may be broken in the future
8 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
12 - compatible : shall be "ti,fixed-factor-clock".
13 - #clock-cells : from common clock binding; shall be set to 0.
14 - ti,clock-div: fixed divider.
15 - ti,clock-mult: fixed multiplier.
16 - clocks: parent clock.
19 - ti,autoidle-shift: bit shift of the autoidle enable bit for the clock,
21 - reg: offset for the autoidle register of this clock, see [2]
22 - ti,invert-autoidle-bit: autoidle is enabled by setting the bit to 0, see [2]
23 - ti,set-rate-parent: clk_set_rate is propagated to parent
27 compatible = "ti,fixed-factor-clock";
29 #clock-cells = <0>;
30 ti,clock-div = <2>;
31 ti,clock-mult = <1>;
35 #clock-cells = <0>;
36 compatible = "ti,fixed-factor-clock";
38 ti,clock-div = <1>;
39 ti,autoidle-shift = <8>;
41 ti,clock-mult = <1>;
42 ti,invert-autoidle-bit;