Lines Matching full:domain
4 $id: http://devicetree.org/schemas/dvfs/performance-domain.yaml#
14 CPUs that run in the same performance domain. Performance domains must not
15 be confused with power domains. A performance domain is defined by a set
17 performance domain, there is a single point of control that affects all the
18 devices in the domain, making it impossible to set the performance level of
19 an individual device in the domain independently from other devices in
20 that domain. For example, a set of CPUs that share a voltage domain, and
22 domain.
24 This device tree binding can be used to bind performance domain consumer
25 devices with their performance domains provided by performance domain
26 providers. A performance domain provider can be represented by any node in
29 (so called performance domain specifiers) of length specified by the
30 \#performance-domain-cells property in the performance domain provider node.
35 "#performance-domain-cells":
37 Number of cells in a performance domain specifier. Typically 0 for nodes
38 representing a single performance domain and 1 for nodes providing
47 A phandle and performance domain specifier as defined by bindings of the
62 #performance-domain-cells = <1>;
67 // domain provider and expects one cell as its phandle argument.