From eee8f03b6f9a49fe072533d5aa4795d4df4ae539 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 27 Jul 2010 11:11:06 -0500 Subject: increase radio reset pulse to 250ms * Fixes radio reset for G2,H4,EV2 modems --- io-module/mts_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3