Lines Matching +full:low +full:- +full:power

3 Binding status: Unstable - ABI compatibility may be broken in the future
6 register-mapped DPLL with usually two selectable input clocks
10 modes (locked, low power stop etc.) This binding has several
11 sub-types, which effectively result in slightly different setup
14 [1] Documentation/devicetree/bindings/clock/clock-bindings.txt
17 - compatible : shall be one of:
18 "ti,omap3-dpll-clock",
19 "ti,omap3-dpll-core-clock",
20 "ti,omap3-dpll-per-clock",
21 "ti,omap3-dpll-per-j-type-clock",
22 "ti,omap4-dpll-clock",
23 "ti,omap4-dpll-x2-clock",
24 "ti,omap4-dpll-core-clock",
25 "ti,omap4-dpll-m4xen-clock",
26 "ti,omap4-dpll-j-type-clock",
27 "ti,omap5-mpu-dpll-clock",
28 "ti,am3-dpll-no-gate-clock",
29 "ti,am3-dpll-j-type-clock",
30 "ti,am3-dpll-no-gate-j-type-clock",
31 "ti,am3-dpll-clock",
32 "ti,am3-dpll-core-clock",
33 "ti,am3-dpll-x2-clock",
34 "ti,omap2-dpll-core-clock",
36 - #clock-cells : from common clock binding; shall be set to 0.
37 - clocks : link phandles of parent clocks, first entry lists reference clock
39 - reg : offsets for the register set for controlling the DPLL.
41 "control" - contains the control register base address
42 "idlest" - contains the idle status register base address
43 "mult-div1" - contains the multiplier / divider register base address
44 "autoidle" - contains the autoidle register base address (optional)
45 ti,am3-* dpll types do not have autoidle register
46 ti,omap2-* dpll type does not support idlest / autoidle registers
49 - DPLL mode setting - defining any one or more of the following overrides
51 - ti,low-power-stop : DPLL supports low power stop mode, gating output
52 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock
53 - ti,lock : DPLL locks in programmed rate
57 #clock-cells = <0>;
58 compatible = "ti,omap4-dpll-core-clock";
64 #clock-cells = <0>;
65 compatible = "ti,omap3-dpll-clock";
67 ti,low-power-stop;
68 ti,low-power-bypass;
74 #clock-cells = <0>;
75 compatible = "ti,am3-dpll-core-clock";
81 #clock-cells = <0>;
82 compatible = "ti,omap2-dpll-core-clock";