commit | 988d3559012abe2b40dec703d41e6bf020547483 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Fri Oct 28 11:59:46 2011 -0700 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Fri Oct 28 11:59:46 2011 -0700 |
tree | 030ef692a033443b92fe4246706b6c3c3e8a8d08 | |
parent | 808b5b30e32026c2ab86f0dae3bd100ea60de58d [diff] | |
parent | a69f905c6b74c5c115986148865ea36e2af12bf5 [diff] |
Merge "msm: board-8960: Bump SPI GPIO drive strength to 12mA" into msm-3.0
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c index da49082..a19cf27 100644 --- a/arch/arm/mach-msm/board-msm8960.c +++ b/arch/arm/mach-msm/board-msm8960.c
@@ -223,7 +223,7 @@ /* The SPI configurations apply to GSBI 1*/ static struct gpiomux_setting spi_active = { .func = GPIOMUX_FUNC_1, - .drv = GPIOMUX_DRV_8MA, + .drv = GPIOMUX_DRV_12MA, .pull = GPIOMUX_PULL_NONE, };