diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-10-22 05:42:15 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:37 -0500 |
commit | 5aeb15aafc0c378d4ae2aff7b5d5c686793b8a0e (patch) | |
tree | 093cd1ce7377b2ad87bd14570d3f608ac74c88e0 /arch/arm/mach-davinci/board-da850-evm.c | |
parent | 1960e693ac12ae5fe518309d6a63a44c93fad9e7 (diff) |
davinci: DA850/OMAP-L138 EVM: register for cpuidle support
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da850-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-da850-evm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index 529e47215e0b..1eb96b43019e 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -685,6 +685,11 @@ static __init void da850_evm_init(void) | |||
685 | if (ret) | 685 | if (ret) |
686 | pr_warning("da850_evm_init: cpufreq registration failed: %d\n", | 686 | pr_warning("da850_evm_init: cpufreq registration failed: %d\n", |
687 | ret); | 687 | ret); |
688 | |||
689 | ret = da8xx_register_cpuidle(); | ||
690 | if (ret) | ||
691 | pr_warning("da850_evm_init: cpuidle registration failed: %d\n", | ||
692 | ret); | ||
688 | } | 693 | } |
689 | 694 | ||
690 | #ifdef CONFIG_SERIAL_8250_CONSOLE | 695 | #ifdef CONFIG_SERIAL_8250_CONSOLE |