From: Thierry Reding Date: Fri, 6 Dec 2013 15:27:13 +0000 (+0100) Subject: ARM: tegra: Rename cpu0 powergate to crail X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ccab7983bdb3d78da3fb918902a739fc79e018be;p=linux-beck.git ARM: tegra: Rename cpu0 powergate to crail This matches the name of the powergate as listed in the TRM. Signed-off-by: Thierry Reding Signed-off-by: Stephen Warren --- 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",