diff options
author | Valentin Longchamp <valentin.longchamp@epfl.ch> | 2009-04-22 04:55:50 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:17:35 -0400 |
commit | 56c7a45bee7313d49dd58465492cdbd49fea8e16 (patch) | |
tree | 27b1b86e9fa6e2971c21b1fcd8c25983b96b39b4 /arch/arm/mach-mx3/mx31moboard-devboard.c | |
parent | f801079b2b8790a9f096151e2ca1d1239a24d9e4 (diff) |
mx31moboard: setup all pins (v2)
As suggested by Sascha, here we setup all the pins that we are using in
the current (and currently reviewed) drivers for mx31moboard system.
changes since v1: changed I2C1 pin names
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mx31moboard-devboard.c')
-rw-r--r-- | arch/arm/mach-mx3/mx31moboard-devboard.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mx31moboard-devboard.c b/arch/arm/mach-mx3/mx31moboard-devboard.c index 718702f1ebe6..59b3a744c560 100644 --- a/arch/arm/mach-mx3/mx31moboard-devboard.c +++ b/arch/arm/mach-mx3/mx31moboard-devboard.c | |||
@@ -31,6 +31,11 @@ static unsigned int devboard_pins[] = { | |||
31 | /* UART1 */ | 31 | /* UART1 */ |
32 | MX31_PIN_CTS2__CTS2, MX31_PIN_RTS2__RTS2, | 32 | MX31_PIN_CTS2__CTS2, MX31_PIN_RTS2__RTS2, |
33 | MX31_PIN_TXD2__TXD2, MX31_PIN_RXD2__RXD2, | 33 | MX31_PIN_TXD2__TXD2, MX31_PIN_RXD2__RXD2, |
34 | /* SDHC2 */ | ||
35 | MX31_PIN_PC_PWRON__SD2_DATA3, MX31_PIN_PC_VS1__SD2_DATA2, | ||
36 | MX31_PIN_PC_READY__SD2_DATA1, MX31_PIN_PC_WAIT_B__SD2_DATA0, | ||
37 | MX31_PIN_PC_CD2_B__SD2_CLK, MX31_PIN_PC_CD1_B__SD2_CMD, | ||
38 | MX31_PIN_ATA_DIOR__GPIO3_28, MX31_PIN_ATA_DIOW__GPIO3_29, | ||
34 | }; | 39 | }; |
35 | 40 | ||
36 | static struct imxuart_platform_data uart_pdata = { | 41 | static struct imxuart_platform_data uart_pdata = { |