提交 6a6ea0ac 编写于 作者: R Robert Lee 提交者: Len Brown

ARM: davinci: Fix for cpuidle consolidation changes

The recent cpuidle consolidation changes erroneously omitted one
critical line of code.
Signed-off-by: NRobert Lee <rob.lee@linaro.org>
Tested-by: NSekhar Nori <nsekhar@ti.com>
Acked-by: NSekhar Nori <nsekhar@ti.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 5c48c873
...@@ -55,10 +55,11 @@ static int davinci_enter_idle(struct cpuidle_device *dev, ...@@ -55,10 +55,11 @@ static int davinci_enter_idle(struct cpuidle_device *dev,
#define DAVINCI_CPUIDLE_FLAGS_DDR2_PWDN BIT(0) #define DAVINCI_CPUIDLE_FLAGS_DDR2_PWDN BIT(0)
static struct cpuidle_driver davinci_idle_driver = { static struct cpuidle_driver davinci_idle_driver = {
.name = "cpuidle-davinci", .name = "cpuidle-davinci",
.owner = THIS_MODULE, .owner = THIS_MODULE,
.states[0] = ARM_CPUIDLE_WFI_STATE, .en_core_tk_irqen = 1,
.states[1] = { .states[0] = ARM_CPUIDLE_WFI_STATE,
.states[1] = {
.enter = davinci_enter_idle, .enter = davinci_enter_idle,
.exit_latency = 10, .exit_latency = 10,
.target_residency = 100000, .target_residency = 100000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册