HACK: Disable genpd_pm_subdomain_attach

Upstream doesn't keep track of the DT node in the genpd struct anymore.

Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
This commit is contained in:
Dan Willemsen
2015-04-04 13:35:34 -07:00
parent 029ccf28ec
commit 75b50e8588

View File

@@ -1599,9 +1599,13 @@ 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;
}