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
23 devices in this power domain. Maximum of 4 pairs (N = 0 to 3)
26 the power domain. These clock should be enabled during power
28 - power-domains: phandle pointing to the parent power domain, for more details
29 see Documentation/devicetree/bindings/power/power_domain.txt
31 Node of a device using power domains must have a power-domains property
32 defined with a phandle to respective power domain.
36 lcd0: power-domain-lcd0 {
39 #power-domain-cells = <0>;
42 mfc_pd: power-domain@10044060 {
48 #power-domain-cells = <0>;
51 See Documentation/devicetree/bindings/power/power_domain.txt for description