ARM: tegra: Enable CPUIdle on Tegra20
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 23 Feb 2012 16:20:56 +0000 (18:20 +0200)
committerOlof Johansson <olof@lixom.net>
Sun, 4 Mar 2012 19:17:17 +0000 (11:17 -0800)
As the LP3 code also works for Tegra20, we can enable cpuidle for Tegra20.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/common.c

index 2db20da..fac449e 100644 (file)
@@ -95,8 +95,6 @@ static void __init tegra_init_cache(u32 tag_latency, u32 data_latency)
 #ifdef CONFIG_ARCH_TEGRA_2x_SOC
 void __init tegra20_init_early(void)
 {
-       disable_hlt();  /* idle WFI usage needs to be confirmed */
-
        tegra_init_fuse();
        tegra2_init_clocks();
        tegra_clk_init_from_table(tegra20_clk_init_table);