Browse Source

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>
Kuninori Morimoto 15 years ago
parent
commit
b228b48e45
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/mach-shmobile/board-ap4evb.c

+ 4 - 0
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);