ARM: mach-shmobile: ap4evb: Add SCIFA0 support
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Thu, 18 Feb 2010 07:44:41 +0000 (16:44 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 18 Feb 2010 09:24:17 +0000 (18:24 +0900)
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c

index 70277e0..4fd9ec8 100644 (file)
@@ -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);