diff options
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/palmld.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/palmt5.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/palmtx.c | 1 |
3 files changed, 3 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 | /****************************************************************************** |
diff --git a/arch/arm/mach-pxa/palmt5.c b/arch/arm/mach-pxa/palmt5.c index 42d0528d3e9e..88dcaac358a2 100644 --- a/arch/arm/mach-pxa/palmt5.c +++ b/arch/arm/mach-pxa/palmt5.c | |||
@@ -129,6 +129,7 @@ static struct pxamci_platform_data palmt5_mci_platform_data = { | |||
129 | .gpio_card_detect = GPIO_NR_PALMT5_SD_DETECT_N, | 129 | .gpio_card_detect = GPIO_NR_PALMT5_SD_DETECT_N, |
130 | .gpio_card_ro = GPIO_NR_PALMT5_SD_READONLY, | 130 | .gpio_card_ro = GPIO_NR_PALMT5_SD_READONLY, |
131 | .gpio_power = GPIO_NR_PALMT5_SD_POWER, | 131 | .gpio_power = GPIO_NR_PALMT5_SD_POWER, |
132 | .detect_delay = 20, | ||
132 | }; | 133 | }; |
133 | 134 | ||
134 | /****************************************************************************** | 135 | /****************************************************************************** |
diff --git a/arch/arm/mach-pxa/palmtx.c b/arch/arm/mach-pxa/palmtx.c index 4a9ca718962f..fffa32a6fa3f 100644 --- a/arch/arm/mach-pxa/palmtx.c +++ b/arch/arm/mach-pxa/palmtx.c | |||
@@ -145,6 +145,7 @@ static struct pxamci_platform_data palmtx_mci_platform_data = { | |||
145 | .gpio_card_detect = GPIO_NR_PALMTX_SD_DETECT_N, | 145 | .gpio_card_detect = GPIO_NR_PALMTX_SD_DETECT_N, |
146 | .gpio_card_ro = GPIO_NR_PALMTX_SD_READONLY, | 146 | .gpio_card_ro = GPIO_NR_PALMTX_SD_READONLY, |
147 | .gpio_power = GPIO_NR_PALMTX_SD_POWER, | 147 | .gpio_power = GPIO_NR_PALMTX_SD_POWER, |
148 | .detect_delay = 20, | ||
148 | }; | 149 | }; |
149 | 150 | ||
150 | /****************************************************************************** | 151 | /****************************************************************************** |