Skip to content

Commit

Permalink
ARM: OMAP2+: am335x: correct McASP0 pin mux detail
Browse files Browse the repository at this point in the history
McASP0 AXR3 pin mux-mode was incorrect specified in mux file. This
patch corrects the same.

Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>
  • Loading branch information
ghebbar authored and koenkooi committed Mar 1, 2012
1 parent 65f17ac commit 6b153f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-omap2/mux33xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static struct omap_mux __initdata am33xx_muxmodes[] = {
"mcasp0_axr1", NULL, NULL, "mcasp1_axr0",
NULL, NULL, NULL, "gpio3_20"),
_AM33XX_MUXENTRY(MCASP0_AHCLKX, 0,
"mcasp0_ahclkx", "mcasp0_axr3", NULL, "mcasp1_axr1",
"mcasp0_ahclkx", NULL, "mcasp0_axr3", "mcasp1_axr1",
NULL, NULL, NULL, "gpio3_21"),
_AM33XX_MUXENTRY(XDMA_EVENT_INTR0, 0,
"xdma_event_intr0", NULL, NULL, NULL,
Expand Down

0 comments on commit 6b153f1

Please sign in to comment.