Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187621
b: refs/heads/master
c: b228b48
h: refs/heads/master
i:
  187619: 26b5b12
v: v3
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Feb 18, 2010
1 parent d9c7427 commit 6fb8b06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b7e0677fb1513605df327ae2987d17e0b2ae3ea
refs/heads/master: b228b48e454007436a8e6ff1c6b6f4f6602fc45e
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-shmobile/board-ap4evb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6fb8b06

Please sign in to comment.