summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-06 16:27:13 +0100
committerStephen Warren <swarren@nvidia.com>2013-12-16 14:02:50 -0700
commitccab7983bdb3d78da3fb918902a739fc79e018be (patch)
treef8a3c344b82e3ab4667a1787d0ee64fb6c634bc5 /arch/arm/mach-tegra
parent7e25eb01e648b4cfde566cc2520a2d7222c63fc8 (diff)
ARM: tegra: Rename cpu0 powergate to crail
This matches the name of the powergate as listed in the TRM. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/powergate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c
index d5f5bd24dd09..ed4d3d15b8db 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -245,7 +245,7 @@ static const char * const powergate_name_t30[] = {
};
static const char * const powergate_name_t114[] = {
- [TEGRA_POWERGATE_CPU] = "cpu0",
+ [TEGRA_POWERGATE_CPU] = "crail",
[TEGRA_POWERGATE_3D] = "3d",
[TEGRA_POWERGATE_VENC] = "venc",
[TEGRA_POWERGATE_VDEC] = "vdec",