ARM: tegra: Rename cpu0 powergate to crail
authorThierry Reding <thierry.reding@gmail.com>
Fri, 6 Dec 2013 15:27:13 +0000 (16:27 +0100)
committerStephen Warren <swarren@nvidia.com>
Mon, 16 Dec 2013 21:02:50 +0000 (14:02 -0700)
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>
arch/arm/mach-tegra/powergate.c

index d5f5bd2..ed4d3d1 100644 (file)
@@ -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",