commit | e878342e322ccd8b58fb4dfd820a6b6bb1dddc45 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Sun Mar 31 08:53:51 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Mar 31 08:53:51 2013 -0700 |
tree | d6694a135b7ae001110f5473d5429dd37cba6f7c | |
parent | 89f4a8537d7d21b7ad16912a9274d1ce5baef0aa [diff] | |
parent | 68959c2b0fe345c369df725fee193a05781dfd20 [diff] |
Merge "msm: gdsc: Increase timeout for GDSC enable to 100us"
diff --git a/arch/arm/mach-msm/gdsc.c b/arch/arm/mach-msm/gdsc.c index 6240195..e5b9d93 100644 --- a/arch/arm/mach-msm/gdsc.c +++ b/arch/arm/mach-msm/gdsc.c
@@ -36,7 +36,7 @@ #define EN_FEW_WAIT_VAL (0x8 << 16) #define CLK_DIS_WAIT_VAL (0x2 << 12) -#define TIMEOUT_US 10 +#define TIMEOUT_US 100 struct gdsc { struct regulator_dev *rdev;