aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/palmtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/palmtx.c')
-rw-r--r--arch/arm/mach-pxa/palmtx.c1
1 files changed, 1 insertions, 0 deletions
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/******************************************************************************