Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349115
b: refs/heads/master
c: 7662a9c
h: refs/heads/master
i:
  349113: 351763d
  349111: 19f2e55
v: v3
  • Loading branch information
Luciano Coelho authored and Tony Lindgren committed Jan 21, 2013
1 parent e44c826 commit 8d91351
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 034bf091b7a5f02e63409b0b5b6dad1101d70144
refs/heads/master: 7662a9c60fee25d7234da4be6d8eab2b2ac88448
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,12 @@ static struct omap_board_mux board_mux[] __initdata = {
OMAP_PULL_ENA),
OMAP4_MUX(ABE_MCBSP1_FSX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),

/* UART2 - BT/FM/GPS shared transport */
OMAP4_MUX(UART2_CTS, OMAP_PIN_INPUT | OMAP_MUX_MODE0),
OMAP4_MUX(UART2_RTS, OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),
OMAP4_MUX(UART2_RX, OMAP_PIN_INPUT | OMAP_MUX_MODE0),
OMAP4_MUX(UART2_TX, OMAP_PIN_OUTPUT | OMAP_MUX_MODE0),

{ .reg_offset = OMAP_MUX_TERMINATOR },
};

Expand Down

0 comments on commit 8d91351

Please sign in to comment.