Skip to content

Commit 8e2a2f5

Browse files
clamor-sthierryreding
authored andcommitted
soc/tegra: pmc: Enable core domain support for Tegra114
Enable core domain support for Tegra114 since now it has power domains fully configured. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent a5f51b0 commit 8e2a2f5

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
@@ -3635,7 +3635,7 @@ static const u8 tegra114_cpu_powergates[] = {
36353635
};
36363636

36373637
static const struct tegra_pmc_soc tegra114_pmc_soc = {
3638-
.supports_core_domain = false,
3638+
.supports_core_domain = true,
36393639
.num_powergates = ARRAY_SIZE(tegra114_powergates),
36403640
.powergates = tegra114_powergates,
36413641
.num_cpu_powergates = ARRAY_SIZE(tegra114_cpu_powergates),

0 commit comments

Comments
 (0)