Skip to content

Commit

Permalink
davinci: DA850/OMAP-L138 EVM: register for cpuidle support
Browse files Browse the repository at this point in the history
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Nov 25, 2009
1 parent 1960e69 commit 5aeb15a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/mach-davinci/board-da850-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,11 @@ static __init void da850_evm_init(void)
if (ret)
pr_warning("da850_evm_init: cpufreq registration failed: %d\n",
ret);

ret = da8xx_register_cpuidle();
if (ret)
pr_warning("da850_evm_init: cpuidle registration failed: %d\n",
ret);
}

#ifdef CONFIG_SERIAL_8250_CONSOLE
Expand Down

0 comments on commit 5aeb15a

Please sign in to comment.