aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorKuninori Morimoto <morimoto.kuninori@renesas.com>2010-02-18 16:44:41 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-02-18 18:24:17 +0900
commitb228b48e454007436a8e6ff1c6b6f4f6602fc45e (patch)
treedf9a601fcbe915757119abe938a5e2c4ed0077ee /arch/arm/mach-shmobile
parentARM: mach-shmobile: SMSC 9220 support for AP4EVB. (diff)
downloadlinux-dev-b228b48e454007436a8e6ff1c6b6f4f6602fc45e.tar.xz
linux-dev-b228b48e454007436a8e6ff1c6b6f4f6602fc45e.zip
ARM: mach-shmobile: ap4evb: Add SCIFA0 support
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 70277e073808..4fd9ec8735d6 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -147,6 +147,10 @@ static void __init ap4evb_init(void)
{
sh7372_pinmux_init();
+ /* enable SCIFA0 */
+ gpio_request(GPIO_FN_SCIFA0_TXD, NULL);
+ gpio_request(GPIO_FN_SCIFA0_RXD, NULL);
+
/* enable SMSC911X */
gpio_request(GPIO_FN_CS5A, NULL);
gpio_request(GPIO_FN_IRQ6_39, NULL);