]> 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/beaglebone/0061-beaglebone-make-uart2-pinmux-match-the-uart0-pinmux.patch
linux-ti33x-psp 3.2: turn on CONFIG_USB_SUSPEND to fix usb mass storage
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / beaglebone / 0061-beaglebone-make-uart2-pinmux-match-the-uart0-pinmux.patch
1 From 9c7b14dcac75a1c6456e2cd4ae3e1737ed1c5f47 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Tue, 22 May 2012 12:25:33 +0200
4 Subject: [PATCH 61/61] beaglebone: make uart2 pinmux match the uart0 pinmux
6 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 ---
8  arch/arm/mach-omap2/board-am335xevm.c |    7 ++-----
9  1 files changed, 2 insertions(+), 5 deletions(-)
11 diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
12 index 5902df0..e8ce381 100644
13 --- a/arch/arm/mach-omap2/board-am335xevm.c
14 +++ b/arch/arm/mach-omap2/board-am335xevm.c
15 @@ -885,11 +885,8 @@ static struct pinmux_config uart1_pin_mux[] = {
16  
17  /* Module pin mux for uart2 */
18  static struct pinmux_config uart2_pin_mux[] = {
19 -       {"spi0_sclk.uart2_rxd", OMAP_MUX_MODE1 | AM33XX_SLEWCTRL_SLOW |
20 -                                               AM33XX_PIN_INPUT_PULLUP},
21 -       {"spi0_d0.uart2_txd", OMAP_MUX_MODE1 | AM33XX_PULL_UP |
22 -                                               AM33XX_PULL_DISA |
23 -                                               AM33XX_SLEWCTRL_SLOW},
24 +       {"spi0_d0.uart2_txd", OMAP_MUX_MODE1 | AM33XX_PIN_OUTPUT},
25 +       {"spi0_sclk.uart2_rxd", OMAP_MUX_MODE1 | AM33XX_PIN_INPUT_PULLUP},
26         {NULL, 0},
27  };
28  
29 -- 
30 1.7.7.6