summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/powergate.c
diff options
context:
space:
mode:
authorThierry Reding2013-12-06 16:27:13 +0100
committerStephen Warren2013-12-16 22:02:50 +0100
commitccab7983bdb3d78da3fb918902a739fc79e018be (patch)
treef8a3c344b82e3ab4667a1787d0ee64fb6c634bc5 /arch/arm/mach-tegra/powergate.c
parentARM: tegra: Fix some whitespace oddities (diff)
downloadkernel-qcow2-linux-ccab7983bdb3d78da3fb918902a739fc79e018be.tar.gz
kernel-qcow2-linux-ccab7983bdb3d78da3fb918902a739fc79e018be.tar.xz
kernel-qcow2-linux-ccab7983bdb3d78da3fb918902a739fc79e018be.zip
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[] = {
};
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",