summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marklund <robert.marklund@stericsson.com>2011-06-13 15:43:17 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 15:11:07 +0200
commit354c4c33eb821f6044222938b546e396f992217e (patch)
tree74548fbf209e2c1763d62a00762cfbfd9c663f23
parent623237c65cebe91a1ab0fd57938bdfd4bfcd33d0 (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 82b22d29d9b..5094993bebd 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -472,6 +472,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 */
};
/*