From 6fb8b06a9cf48b25960ec1c935b44ab4cf7eb5f0 Mon Sep 17 00:00:00 2001 From: Kuninori Morimoto Date: Thu, 18 Feb 2010 16:44:41 +0900 Subject: [PATCH] --- yaml --- r: 187621 b: refs/heads/master c: b228b48e454007436a8e6ff1c6b6f4f6602fc45e h: refs/heads/master i: 187619: 26b5b12a4064fd6ec18e92dfafee9521828e26b5 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-shmobile/board-ap4evb.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f6afe8281e7f..77c146d6d1bf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b7e0677fb1513605df327ae2987d17e0b2ae3ea +refs/heads/master: b228b48e454007436a8e6ff1c6b6f4f6602fc45e diff --git a/trunk/arch/arm/mach-shmobile/board-ap4evb.c b/trunk/arch/arm/mach-shmobile/board-ap4evb.c index 70277e073808..4fd9ec8735d6 100644 --- a/trunk/arch/arm/mach-shmobile/board-ap4evb.c +++ b/trunk/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);