summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-06-18 14:44:18 (GMT)
committerSascha Hauer <s.hauer@pengutronix.de>2009-08-14 10:41:08 (GMT)
commite0fd4db372896d74e63097ee6463f97736440529 (patch)
tree29d7a316a4df86cff431a4915bb805741518461c
parent8d5c1ed3f639f6ae012332d8ccdff429f3f11823 (diff)
downloadlinux-e0fd4db372896d74e63097ee6463f97736440529.tar.xz
pcm037: mux configuration for predefined gpio line
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
-rw-r--r--arch/arm/mach-mx3/pcm037.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/pcm037.c b/arch/arm/mach-mx3/pcm037.c
index b1b3282..6cbaabe 100644
--- a/arch/arm/mach-mx3/pcm037.c
+++ b/arch/arm/mach-mx3/pcm037.c
@@ -170,6 +170,8 @@ static unsigned int pcm037_pins[] = {
MX31_PIN_CSI_MCLK__CSI_MCLK,
MX31_PIN_CSI_PIXCLK__CSI_PIXCLK,
MX31_PIN_CSI_VSYNC__CSI_VSYNC,
+ /* GPIO */
+ IOMUX_MODE(MX31_PIN_ATA_DMACK, IOMUX_CONFIG_GPIO),
};
static struct physmap_flash_data pcm037_flash_data = {