aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/power/hdq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/hdq.c b/drivers/power/hdq.c
index 8b1aee82b9c..d8062369fcb 100644
--- a/drivers/power/hdq.c
+++ b/drivers/power/hdq.c
@@ -128,7 +128,7 @@ int hdq_fiq_handler(void)
}
/* read the next byte */
hdq_priv.hdq_bit = 8; /* 8 bits of data */
- hdq_priv.hdq_ctr = 3000 / HDQ_SAMPLE_PERIOD_US;
+ hdq_priv.hdq_ctr = 2500 / HDQ_SAMPLE_PERIOD_US;
hdq_priv.hdq_state = HDQB_WAIT_RX;
hdq_priv.pdata->gpio_dir_in();
break;