diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2016-02-11 21:03:19 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-04-05 16:22:42 +0300 |
commit | 668419afe65c146e115897e8fef6ca23c48bf121 (patch) | |
tree | 5b8e6b1230c576b831c67a73df1eba6eda143639 /drivers/soc/tegra/pmc.c | |
parent | e8de5b81ff930a95f1a45e6feb3df278ee9850ae (diff) | |
download | linux-668419afe65c146e115897e8fef6ca23c48bf121.tar.xz |
soc/tegra: pmc: Remove non-existing L2 partition for Tegra124
Tegra124 does not have an L2 power partition and the L2 cache is part of
the cluster 0 non-CPU (CONC) partition. Remove the L2 as a valid
partition for Tegra124. The TRM also shows that there is no L2 partition
for Tegra124.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/pmc.c')
-rw-r--r-- | drivers/soc/tegra/pmc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/soc/tegra/pmc.c b/drivers/soc/tegra/pmc.c index 88c7e506177e..922430322877 100644 --- a/drivers/soc/tegra/pmc.c +++ b/drivers/soc/tegra/pmc.c @@ -967,7 +967,6 @@ static const char * const tegra124_powergates[] = { [TEGRA_POWERGATE_VENC] = "venc", [TEGRA_POWERGATE_PCIE] = "pcie", [TEGRA_POWERGATE_VDEC] = "vdec", - [TEGRA_POWERGATE_L2] = "l2", [TEGRA_POWERGATE_MPE] = "mpe", [TEGRA_POWERGATE_HEG] = "heg", [TEGRA_POWERGATE_SATA] = "sata", |