diff options
| author | Marek Vasut <marek.vasut@gmail.com> | 2009-12-27 10:04:35 -0500 |
|---|---|---|
| committer | Eric Miao <eric.y.miao@gmail.com> | 2009-12-29 01:11:28 -0500 |
| commit | 6d26ce68e034fb3dc93e8d56452c85f57b322101 (patch) | |
| tree | 81f9e7ed8a0e7c80d084464ad7514bcc0bcd6df5 /arch | |
| parent | 1692231cfda6577d411945ea1dacce548e63a0a4 (diff) | |
[ARM] pxa/littleton: add UART3 GPIO config
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-pxa/littleton.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index f28c1715b910..fa527b258d61 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
| @@ -110,6 +110,12 @@ static mfp_cfg_t littleton_mfp_cfg[] __initdata = { | |||
| 110 | GPIO7_MMC1_CLK, | 110 | GPIO7_MMC1_CLK, |
| 111 | GPIO8_MMC1_CMD, | 111 | GPIO8_MMC1_CMD, |
| 112 | GPIO15_GPIO, /* card detect */ | 112 | GPIO15_GPIO, /* card detect */ |
| 113 | |||
| 114 | /* UART3 */ | ||
| 115 | GPIO107_UART3_CTS, | ||
| 116 | GPIO108_UART3_RTS, | ||
| 117 | GPIO109_UART3_TXD, | ||
| 118 | GPIO110_UART3_RXD, | ||
| 113 | }; | 119 | }; |
| 114 | 120 | ||
| 115 | static struct resource smc91x_resources[] = { | 121 | static struct resource smc91x_resources[] = { |
