|
@@ -341,7 +341,7 @@ void __init cpg_mstp_add_clk_domain(struct device_node *np)
|
|
return;
|
|
return;
|
|
|
|
|
|
pd->name = np->name;
|
|
pd->name = np->name;
|
|
- pd->flags = GENPD_FLAG_PM_CLK;
|
|
|
|
|
|
+ pd->flags = GENPD_FLAG_PM_CLK | GENPD_FLAG_ACTIVE_WAKEUP;
|
|
pd->attach_dev = cpg_mstp_attach_dev;
|
|
pd->attach_dev = cpg_mstp_attach_dev;
|
|
pd->detach_dev = cpg_mstp_detach_dev;
|
|
pd->detach_dev = cpg_mstp_detach_dev;
|
|
pm_genpd_init(pd, &pm_domain_always_on_gov, false);
|
|
pm_genpd_init(pd, &pm_domain_always_on_gov, false);
|