summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2012-08-07 15:12:38 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 16:49:58 -0400
commit236e330d7c12a4e6e8d254c76688232c3bb9bd76 (patch)
tree1d75094b81b7cfbc4319e032ac321e1dbf4dfb28
parent5f114642e57b344fe072771d6b12067939e7bbd0 (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*/