diff options
Diffstat (limited to 'arch/arm/mach-pxa/palmld.c')
-rw-r--r-- | arch/arm/mach-pxa/palmld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/palmld.c b/arch/arm/mach-pxa/palmld.c index 445749198cd8..08c599b49d89 100644 --- a/arch/arm/mach-pxa/palmld.c +++ b/arch/arm/mach-pxa/palmld.c | |||
@@ -148,6 +148,7 @@ static struct pxamci_platform_data palmld_mci_platform_data = { | |||
148 | .gpio_card_detect = GPIO_NR_PALMLD_SD_DETECT_N, | 148 | .gpio_card_detect = GPIO_NR_PALMLD_SD_DETECT_N, |
149 | .gpio_card_ro = GPIO_NR_PALMLD_SD_READONLY, | 149 | .gpio_card_ro = GPIO_NR_PALMLD_SD_READONLY, |
150 | .gpio_power = GPIO_NR_PALMLD_SD_POWER, | 150 | .gpio_power = GPIO_NR_PALMLD_SD_POWER, |
151 | .detect_delay = 20, | ||
151 | }; | 152 | }; |
152 | 153 | ||
153 | /****************************************************************************** | 154 | /****************************************************************************** |