summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2017-07-05 19:20:04 +0300
committerLeonard Crestez <leonard.crestez@nxp.com>2017-07-06 16:26:17 +0300
commit283ea84523684c3dce843abc6baa703176f5ec2c (patch)
treec3aa4165c69efd1a6f7c93a051b80b3c6d2886ed
parent9982b452c61eee72a4ee92c4e8b60c679f0e1df5 (diff)
MLK15034: ARM: cpuidle imx7d: Declare longer exit_latency/target_residency
Low power idle exit latency is much longer than declared, in the milisecond range. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
-rw-r--r--arch/arm/mach-imx/cpuidle-imx7d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/cpuidle-imx7d.c b/arch/arm/mach-imx/cpuidle-imx7d.c
index 740cbb2278ba..aaa7a1acd488 100644
--- a/arch/arm/mach-imx/cpuidle-imx7d.c
+++ b/arch/arm/mach-imx/cpuidle-imx7d.c
@@ -210,8 +210,8 @@ static struct cpuidle_driver imx7d_cpuidle_driver = {
},
/* LOW POWER IDLE */
{
- .exit_latency = 500,
- .target_residency = 800,
+ .exit_latency = 10000,
+ .target_residency = 20000,
.flags = CPUIDLE_FLAG_TIMER_STOP,
.enter = imx7d_enter_low_power_idle,
.name = "LOW-POWER-IDLE",