Lines Matching refs:power
5 counters and Power Gating Control (PGC) for the CPU and PU (GPU/VPU) power
13 - pu-supply: Link to the LDO regulator powering the PU power domain
14 - clocks: Clock phandles to devices in the PU power domain that need
15 to be enabled during domain power-up for reset propagation.
16 - #power-domain-cells: Should be 1, see below:
18 The gpc node is a power-controller as documented by the generic power domain
19 bindings in Documentation/devicetree/bindings/power/power_domain.txt.
35 #power-domain-cells = <1>;
39 Specifying power domain for IP modules
42 IP cores belonging to a power domain should contain a 'power-domains' property
44 the power domain the device belongs to.
46 Example of a device that is part of the PU power domain:
51 power-domains = <&gpc 1>;