aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/powergate.c
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@gmail.com>2013-12-06 10:27:13 -0500
committerStephen Warren <swarren@nvidia.com>2013-12-16 16:02:50 -0500
commitccab7983bdb3d78da3fb918902a739fc79e018be (patch)
treef8a3c344b82e3ab4667a1787d0ee64fb6c634bc5 /arch/arm/mach-tegra/powergate.c
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/powergate.c')
-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[] = {
245}; 245};
246 246
247static const char * const powergate_name_t114[] = { 247static const char * const powergate_name_t114[] = {
248 [TEGRA_POWERGATE_CPU] = "cpu0", 248 [TEGRA_POWERGATE_CPU] = "crail",
249 [TEGRA_POWERGATE_3D] = "3d", 249 [TEGRA_POWERGATE_3D] = "3d",
250 [TEGRA_POWERGATE_VENC] = "venc", 250 [TEGRA_POWERGATE_VENC] = "venc",
251 [TEGRA_POWERGATE_VDEC] = "vdec", 251 [TEGRA_POWERGATE_VDEC] = "vdec",