aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-shmobile/pm-rmobile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/pm-rmobile.c b/arch/arm/mach-shmobile/pm-rmobile.c
index 717e6413d29c..6f7d56ecf969 100644
--- a/arch/arm/mach-shmobile/pm-rmobile.c
+++ b/arch/arm/mach-shmobile/pm-rmobile.c
@@ -106,9 +106,8 @@ static void rmobile_init_pm_domain(struct rmobile_pm_domain *rmobile_pd)
106 struct generic_pm_domain *genpd = &rmobile_pd->genpd; 106 struct generic_pm_domain *genpd = &rmobile_pd->genpd;
107 struct dev_power_governor *gov = rmobile_pd->gov; 107 struct dev_power_governor *gov = rmobile_pd->gov;
108 108
109 genpd->flags = GENPD_FLAG_PM_CLK;
109 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false); 110 pm_genpd_init(genpd, gov ? : &simple_qos_governor, false);
110 genpd->dev_ops.stop = pm_clk_suspend;
111 genpd->dev_ops.start = pm_clk_resume;
112 genpd->dev_ops.active_wakeup = rmobile_pd_active_wakeup; 111 genpd->dev_ops.active_wakeup = rmobile_pd_active_wakeup;
113 genpd->power_off = rmobile_pd_power_down; 112 genpd->power_off = rmobile_pd_power_down;
114 genpd->power_on = rmobile_pd_power_up; 113 genpd->power_on = rmobile_pd_power_up;