summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2012-08-07 15:12:38 +0800
committerJason Jin <Jason.jin@freescale.com>2012-08-10 18:19:12 +0800
commit6a535a9be9e56298548672d5018b827cc74fb783 (patch)
tree1d75094b81b7cfbc4319e032ac321e1dbf4dfb28
parent96cc1381d76eea974d71d13f3b4884fb8b511182 (diff)
ENGR00219616 One Micro-SD card remove will generate a lot of interrupts
The PKE and PUE should be declared for the GPIO pull up, otherwise the pin will not be pulled up for the SDHC card detect input. Signed-off-by: Jason Jin <Jason.jin@freescale.com>
-rw-r--r--arch/arm/plat-mxc/include/mach/iomux-mvf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mvf.h b/arch/arm/plat-mxc/include/mach/iomux-mvf.h
index 92db9ebf5f2b..faf455e74952 100644
--- a/arch/arm/plat-mxc/include/mach/iomux-mvf.h
+++ b/arch/arm/plat-mxc/include/mach/iomux-mvf.h
@@ -67,7 +67,7 @@ typedef enum iomux_config {
#define MVF600_UART_PAD_CTRL (PAD_CTL_PUS_100K_UP | PAD_CTL_SPEED_MED | \
PAD_CTL_DSE_25ohm)
-#define MVF600_GPIO_GENERAL_CTRL (PAD_CTL_SPEED_MED | PAD_CTL_PUS_100K_UP | \
+#define MVF600_GPIO_GENERAL_CTRL (PAD_CTL_PKE | PAD_CTL_PUE | PAD_CTL_SPEED_MED | PAD_CTL_PUS_47K_UP | \
PAD_CTL_DSE_25ohm)
/*SDHC1*/