Skip to content

Commit 81c4c86

Browse files
digetxthierryreding
authored andcommitted
soc/tegra: pmc: Rename core power domain
CORE power domain uses name of device-tree node, which is inconsistent with the names of PMC domains. Set the name to "core" to make it consistent. Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 8d1a341 commit 81c4c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/tegra/pmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ static int tegra_pmc_core_pd_add(struct tegra_pmc *pmc, struct device_node *np)
13701370
if (!genpd)
13711371
return -ENOMEM;
13721372

1373-
genpd->name = np->name;
1373+
genpd->name = "core";
13741374
genpd->set_performance_state = tegra_pmc_core_pd_set_performance_state;
13751375
genpd->opp_to_performance_state = tegra_pmc_core_pd_opp_to_performance_state;
13761376

0 commit comments

Comments
 (0)