diff options
Diffstat (limited to 'arch/arm/mach-pxa/z2.c')
-rw-r--r-- | arch/arm/mach-pxa/z2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index c837318ec1fa..f5d1ae3db3a4 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c | |||
@@ -291,7 +291,7 @@ static struct pxamci_platform_data z2_mci_platform_data = { | |||
291 | .gpio_card_detect = GPIO96_ZIPITZ2_SD_DETECT, | 291 | .gpio_card_detect = GPIO96_ZIPITZ2_SD_DETECT, |
292 | .gpio_power = -1, | 292 | .gpio_power = -1, |
293 | .gpio_card_ro = -1, | 293 | .gpio_card_ro = -1, |
294 | .detect_delay = 20, | 294 | .detect_delay_ms = 200, |
295 | }; | 295 | }; |
296 | 296 | ||
297 | static void __init z2_mmc_init(void) | 297 | static void __init z2_mmc_init(void) |