]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-3.0/beagle/0001-ARM-OMAP2-beagleboard-fix-mmc-write-protect-pin-when.patch
linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pin
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-3.0 / beagle / 0001-ARM-OMAP2-beagleboard-fix-mmc-write-protect-pin-when.patch
1 From 0ba8efcdee682cd230dd2de3deb6438c0f7585f8 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Wed, 19 Oct 2011 12:44:14 +0200
4 Subject: [PATCH] ARM: OMAP2+: beagleboard: fix mmc write protect pin when using the wilink expansion board
6 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
7 ---
8  arch/arm/mach-omap2/board-omap3beagle.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
11 diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
12 index 6e2f10e..24de67b 100644
13 --- a/arch/arm/mach-omap2/board-omap3beagle.c
14 +++ b/arch/arm/mach-omap2/board-omap3beagle.c
15 @@ -280,7 +280,7 @@ static struct omap2_hsmmc_info mmcbbt[] = {
16         {
17                 .mmc            = 1,
18                 .caps           = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
19 -               .gpio_wp        = 29,
20 +               .gpio_wp        = -EINVAL,
21         },
22         {
23                 .name           = "wl1271",
24 -- 
25 1.6.6.1