Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: davinci: Fix for cpuidle consolidation changes

The recent cpuidle consolidation changes erroneously omitted one
critical line of code.

Signed-off-by: Robert Lee <rob.lee@linaro.org>
Tested-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Len Brown <len.brown@intel.com>

authored by

Robert Lee and committed by
Len Brown
6a6ea0ac 5c48c873

+5 -4
+5 -4
arch/arm/mach-davinci/cpuidle.c
··· 55 55 #define DAVINCI_CPUIDLE_FLAGS_DDR2_PWDN BIT(0) 56 56 57 57 static struct cpuidle_driver davinci_idle_driver = { 58 - .name = "cpuidle-davinci", 59 - .owner = THIS_MODULE, 60 - .states[0] = ARM_CPUIDLE_WFI_STATE, 61 - .states[1] = { 58 + .name = "cpuidle-davinci", 59 + .owner = THIS_MODULE, 60 + .en_core_tk_irqen = 1, 61 + .states[0] = ARM_CPUIDLE_WFI_STATE, 62 + .states[1] = { 62 63 .enter = davinci_enter_idle, 63 64 .exit_latency = 10, 64 65 .target_residency = 100000,