Lines Matching refs:clock
1 Binding for TI mux clock.
5 This binding uses the common clock binding[1]. It assumes a
6 register-mapped multiplexer with multiple input clock signals or
7 parents, one of which can be selected as output. This clock does not
17 register value selected parent clock
22 Some clock controller IPs do not allow a value of zero to be programmed
26 register value selected clock parent
36 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
39 - compatible : shall be "ti,mux-clock" or "ti,composite-mux-clock".
40 - #clock-cells : from common clock binding; shall be set to 0.
49 - ti,set-rate-parent : clk_set_rate is propagated to parent clock,
50 not supported by the composite-mux-clock subtype
55 #clock-cells = <0>;
56 compatible = "ti,mux-clock";
63 #clock-cells = <0>;
64 compatible = "ti,mux-clock";
71 #clock-cells = <0>;
72 compatible = "ti,composite-mux-clock";