Lines Matching refs:domain
7 This device tree binding can be used to bind PM domain consumer devices with
8 their PM domains provided by PM domain providers. A PM domain provider can be
11 phandle arguments (so called PM domain specifiers) of length specified by the
12 #power-domain-cells property in the PM domain provider node.
14 ==PM domain providers==
17 - #power-domain-cells : Number of cells in a PM domain specifier;
18 Typically 0 for nodes representing a single PM domain and 1 for nodes
23 - power-domains : A phandle and PM domain specifier as defined by bindings of
25 Some power domains might be powered from another power domain (or have
27 a standard PM domain consumer binding is used. When provided, all domains
28 created by the given provider should be subdomains of the domain
29 specified by this binding. More details about power domain specifier are
37 #power-domain-cells = <1>;
40 The node above defines a power controller that is a PM domain provider and
48 #power-domain-cells = <1>;
55 #power-domain-cells = <1>;
60 domain provided by the 'parent' power controller.
62 ==PM domain consumers==
65 - power-domains : A phandle and PM domain specifier as defined by bindings of
76 The node above defines a typical PM domain consumer device, which is located
77 inside a PM domain with index 0 of a power controller represented by a node