aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2015-10-06 08:27:30 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-10-12 17:27:01 -0400
commit2376692416b73c51d6f3ba5588b8f19cec617d31 (patch)
tree0e36a5b7b5b09bcd45b5143c6a204da3c859890e
parentf96b3c4f34b294a2293a5aa1d55e12e66aee055d (diff)
soc: dove: Let genpd deal with disabling of unused PM domains
Genpd tries from a late_initcall to disable unused PM domains, which makes it unnecessary to also manage this from any earlier phase when for example initializing a genpd. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/soc/dove/pmu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/dove/pmu.c b/drivers/soc/dove/pmu.c
index 052aecf29893..abd087917f80 100644
--- a/drivers/soc/dove/pmu.c
+++ b/drivers/soc/dove/pmu.c
@@ -396,7 +396,6 @@ int __init dove_init_pmu(void)
396 396
397 __pmu_domain_register(domain, np); 397 __pmu_domain_register(domain, np);
398 } 398 }
399 pm_genpd_poweroff_unused();
400 399
401 /* Loss of the interrupt controller is not a fatal error. */ 400 /* Loss of the interrupt controller is not a fatal error. */
402 parent_irq = irq_of_parse_and_map(pmu->of_node, 0); 401 parent_irq = irq_of_parse_and_map(pmu->of_node, 0);