dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Kuninori Morimoto 2010-02-18 16:44:41 +09:00 committed by Paul Mundt
parent 1b7e0677fb
commit b228b48e45
1 changed files with 4 additions and 0 deletions

View 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);