1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-16 14:27:48 +00:00

linux 3.0: enable more usb wifi cards for beagleboard, fix write protect pin

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-19 12:11:42 +02:00
parent d1323b5641
commit c052b8f61b
3 changed files with 46 additions and 8 deletions
@@ -0,0 +1,26 @@
From 0ba8efcdee682cd230dd2de3deb6438c0f7585f8 Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Wed, 19 Oct 2011 12:44:14 +0200
Subject: [PATCH] ARM: OMAP2+: beagleboard: fix mmc write protect pin when using the wilink expansion board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
arch/arm/mach-omap2/board-omap3beagle.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
index 6e2f10e..24de67b 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -280,7 +280,7 @@ static struct omap2_hsmmc_info mmcbbt[] = {
{
.mmc = 1,
.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
- .gpio_wp = 29,
+ .gpio_wp = -EINVAL,
},
{
.name = "wl1271",
--
1.6.6.1