summaryrefslogtreecommitdiff
path: root/io-module/mts_io.c
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-07-27 11:11:06 -0500
committerJesse Gilles <jgilles@multitech.com>2010-07-27 11:11:06 -0500
commiteee8f03b6f9a49fe072533d5aa4795d4df4ae539 (patch)
tree8acbd32dbb3e8525510364642f9a56c93da16b05 /io-module/mts_io.c
parentd6bf7b7fbc271bc4a94b82dd26fbc7fd34650164 (diff)
downloadcdp-io-controller-eee8f03b6f9a49fe072533d5aa4795d4df4ae539.tar.gz
cdp-io-controller-eee8f03b6f9a49fe072533d5aa4795d4df4ae539.tar.bz2
cdp-io-controller-eee8f03b6f9a49fe072533d5aa4795d4df4ae539.zip
increase radio reset pulse to 250ms
* Fixes radio reset for G2,H4,EV2 modems
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r--io-module/mts_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index c9eb5ed..3609d1a 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -187,7 +187,7 @@ static int radio_reset(void)
return ret;
}
- udelay(1000);
+ mdelay(250);
ret = at91_set_gpio_value(GPIO_RADIO_RESET, 1);