Skip to content

Commit

Permalink
ARM: OMAP2+: mux: fix trivial typo in name
Browse files Browse the repository at this point in the history
Fix trivial typo in name.

Signed-off-by: Phil Carmody <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
  • Loading branch information
Phil Carmody authored and tmlind committed Sep 18, 2013
1 parent b6b2485 commit e942cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/mux34xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ static struct omap_mux __initdata omap3_muxmodes[] = {
"uart1_rts", "ssi1_flag_tx", NULL, NULL,
"gpio_149", NULL, NULL, "safe_mode"),
_OMAP3_MUXENTRY(UART1_RX, 151,
"uart1_rx", "ss1_wake_tx", "mcbsp1_clkr", "mcspi4_clk",
"uart1_rx", "ssi1_wake_tx", "mcbsp1_clkr", "mcspi4_clk",
"gpio_151", NULL, NULL, "safe_mode"),
_OMAP3_MUXENTRY(UART1_TX, 148,
"uart1_tx", "ssi1_dat_tx", NULL, NULL,
Expand Down

0 comments on commit e942cc0

Please sign in to comment.