diff options
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 70277e073808..4fd9ec8735d6 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) | |||
147 | { | 147 | { |
148 | sh7372_pinmux_init(); | 148 | sh7372_pinmux_init(); |
149 | 149 | ||
150 | /* enable SCIFA0 */ | ||
151 | gpio_request(GPIO_FN_SCIFA0_TXD, NULL); | ||
152 | gpio_request(GPIO_FN_SCIFA0_RXD, NULL); | ||
153 | |||
150 | /* enable SMSC911X */ | 154 | /* enable SMSC911X */ |
151 | gpio_request(GPIO_FN_CS5A, NULL); | 155 | gpio_request(GPIO_FN_CS5A, NULL); |
152 | gpio_request(GPIO_FN_IRQ6_39, NULL); | 156 | gpio_request(GPIO_FN_IRQ6_39, NULL); |