From: Kuninori Morimoto Date: Thu, 18 Feb 2010 07:44:41 +0000 (+0900) Subject: ARM: mach-shmobile: ap4evb: Add SCIFA0 support X-Git-Tag: upstream/snapshot3+hdmi~15090^2~4^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b228b48e454007436a8e6ff1c6b6f4f6602fc45e;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: mach-shmobile: ap4evb: Add SCIFA0 support Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 70277e0..4fd9ec8 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);