Lines Matching full:domain
23 - pm-domains: This node contains a hierarchy of PM domain nodes, which should
24 match the Power Area Hierarchy in the Power Domain Specifications section of
28 == PM Domain Nodes ==
30 Each of the PM domain nodes represents a PM domain, as documented by the
31 generic PM domain bindings in
32 Documentation/devicetree/bindings/power/power-domain.yaml.
38 - #power-domain-cells: Must be 0.
41 - reg: If the PM domain is not always-on, this property must contain the bit
47 If the PM domain is always-on, this property must be omitted.
52 This shows a subset of the r8a7740 PM domain hierarchy, containing the
53 C5 "always-on" domain, 2 of its subdomains (A4S and A4SU), and the A3SP domain,
64 #power-domain-cells = <0>;
70 #power-domain-cells = <0>;
74 #power-domain-cells = <0>;
80 #power-domain-cells = <0>;
87 == PM Domain Consumers ==
89 Hardware blocks belonging to a PM domain should contain a "power-domains"
90 property that is a phandle pointing to the corresponding PM domain node.