mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user