summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-13 15:43:17 +0200
committerPhilippe LANGLAIS <philippe.langlais@stericsson.com>2011-06-14 13:11:06 +0200
commit059527d16f198d047d13c08ceb50cc2ccd199c90 (patch)
treecf2fb6eeb38e2ddd35fc1a28ac18b250b0824c15
parent8ab81bf46896d7510ef6a87d13b8c1269d5d0c7d (diff)
ux500: Add start up time to wlan regulator
Add 3.5 ms start up delay so the voltage have the time to stabilize. Signed-off-by: Robert Marklund <robert.marklund@stericsson.com> Change-Id: Ibd769578ef1519fbd08d01b0e0085148547d239d Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25038 Reviewed-by: Dmitry TARNYAGIN <dmitry.tarnyagin@stericsson.com> Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index d2e50e9709a..924dc8db91f 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -276,6 +276,7 @@ static struct fixed_voltage_config snowball_gpio_wlan_vbat_data = {
.microvolts = 3600000,
.enable_high = 1,
.init_data = &gpio_wlan_vbat_regulator,
+ .startup_delay = 3500, /* Startup time */
};
/*