|
@@ -66,8 +66,7 @@ static struct cpuidle_driver imx6sx_cpuidle_driver = {
|
|
|
{
|
|
|
.exit_latency = 50,
|
|
|
.target_residency = 75,
|
|
|
- .flags = CPUIDLE_FLAG_TIME_VALID |
|
|
|
- CPUIDLE_FLAG_TIMER_STOP,
|
|
|
+ .flags = CPUIDLE_FLAG_TIMER_STOP,
|
|
|
.enter = imx6sx_enter_wait,
|
|
|
.name = "WAIT",
|
|
|
.desc = "Clock off",
|
|
@@ -81,7 +80,6 @@ static struct cpuidle_driver imx6sx_cpuidle_driver = {
|
|
|
*/
|
|
|
.exit_latency = 300,
|
|
|
.target_residency = 500,
|
|
|
- .flags = CPUIDLE_FLAG_TIME_VALID,
|
|
|
.enter = imx6sx_enter_wait,
|
|
|
.name = "LOW-POWER-IDLE",
|
|
|
.desc = "ARM power off",
|