Lines Matching refs:power
3 Exynos processors include support for multiple power domains which are used
4 to gate power to one or more peripherals on the processor.
8 * samsung,exynos4210-pd - for exynos4210 type power domain.
11 - #power-domain-cells: number of cells in power domain specifier;
16 devices in this power domain are set to oscclk before power gating
22 - clkN: Input clocks to the devices in this power domain. These clocks
23 will be reparented to oscclk before swithing power domain off.
27 the power domain. These clock should be enabled during power
29 - power-domains: phandle pointing to the parent power domain, for more details
30 see Documentation/devicetree/bindings/power/power_domain.txt
32 Node of a device using power domains must have a power-domains property
33 defined with a phandle to respective power domain.
37 lcd0: power-domain-lcd0 {
40 #power-domain-cells = <0>;
43 mfc_pd: power-domain@10044060 {
48 #power-domain-cells = <0>;
51 See Documentation/devicetree/bindings/power/power_domain.txt for description