]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/0023-ARM-OMAP2-am335x-correct-McASP0-pin-mux-detail.patch
linux-ti33x-psp 3.2: update to 3.2.9 and add 2 patches from PSP tree
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 0023-ARM-OMAP2-am335x-correct-McASP0-pin-mux-detail.patch
1 From 64c66b9ea196032c017306f487e89ef12e5cdaca Mon Sep 17 00:00:00 2001
2 From: "Hebbar, Gururaja" <gururaja.hebbar@ti.com>
3 Date: Mon, 27 Feb 2012 11:56:39 +0530
4 Subject: [PATCH 2/2] ARM: OMAP2+: am335x: correct McASP0 pin mux detail
6 McASP0 AXR3 pin mux-mode was incorrect specified in mux file. This
7 patch corrects the same.
9 Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>
10 ---
11  arch/arm/mach-omap2/mux33xx.c |    2 +-
12  1 files changed, 1 insertions(+), 1 deletions(-)
14 diff --git a/arch/arm/mach-omap2/mux33xx.c b/arch/arm/mach-omap2/mux33xx.c
15 index 2de76e3..25dcedb 100644
16 --- a/arch/arm/mach-omap2/mux33xx.c
17 +++ b/arch/arm/mach-omap2/mux33xx.c
18 @@ -351,7 +351,7 @@ static struct omap_mux __initdata am33xx_muxmodes[] = {
19                 "mcasp0_axr1", NULL, NULL, "mcasp1_axr0",
20                 NULL, NULL, NULL, "gpio3_20"),
21         _AM33XX_MUXENTRY(MCASP0_AHCLKX, 0,
22 -               "mcasp0_ahclkx", "mcasp0_axr3", NULL, "mcasp1_axr1",
23 +               "mcasp0_ahclkx", NULL, "mcasp0_axr3", "mcasp1_axr1",
24                 NULL, NULL, NULL, "gpio3_21"),
25         _AM33XX_MUXENTRY(XDMA_EVENT_INTR0, 0,
26                 "xdma_event_intr0", NULL, NULL, NULL,
27 -- 
28 1.7.7.4