Revert "HACK: Disable genpd_pm_subdomain_attach"

This reverts commit 83699a4ec9ebf55f6cc12c76e57dad1d4ec2fbfa.

This hack was put in place as upstream has removed of_node
field from generic_pm_domain structure. But as we are still
using it, so removing this hack.

Bug 200100078

Change-Id: I14e533786fb814e361c580e2883ceff1f63d251f
This commit is contained in:
Sumit Singh
2015-06-16 16:47:16 +05:30
parent c6b396729b
commit c61ab8facb

View File

@@ -1639,13 +1639,9 @@ static int _gk20a_init_domain(struct device_node *np,
#endif
of_genpd_add_provider_simple(np, gpd);
#warning genpd_pm_subdomain_attach does not work with upstream
#if 0
gpd->of_node = of_node_get(np);
genpd_pm_subdomain_attach(gpd);
#endif
return 0;
}