From e58990bfa7ed1d795dd0c934ed97ab49c1174d59 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Sun, 25 Nov 2012 18:20:54 +0700 Subject: ARM: aries: Increase delay to 200 ms in wlan power on Fixes sdio timed out (-110) for some users Change-Id: I0adc9e7b8706fa8eddbb67e2b616067ea5e21991 --- arch/arm/mach-s5pv210/mach-aries.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-s5pv210/mach-aries.c b/arch/arm/mach-s5pv210/mach-aries.c index b4c1c11..84f7620 100644 --- a/arch/arm/mach-s5pv210/mach-aries.c +++ b/arch/arm/mach-s5pv210/mach-aries.c @@ -4851,7 +4851,7 @@ static int wlan_power_en(int onoff) s3c_gpio_slp_setpull_updown(GPIO_WLAN_BT_EN, S3C_GPIO_PULL_NONE); - msleep(80); + msleep(200); } else { gpio_set_value(GPIO_WLAN_nRST, GPIO_LEVEL_LOW); s3c_gpio_slp_cfgpin(GPIO_WLAN_nRST, S3C_GPIO_SLP_OUT0); -- cgit v1.1