-From 6531593a263a254edcf1effbf132ead1aa5e4654 Mon Sep 17 00:00:00 2001
+From 5800973aa82858036239b232e16d63796ba0de95 Mon Sep 17 00:00:00 2001
From: David-John Willis <John.Willis@Distant-earth.com>
Date: Mon, 22 Jun 2009 20:49:31 +0100
-Subject: [PATCH] SDIO patches to put some card into into platform devices (hack) to match WL1251 driver.
+Subject: [PATCH 1/4] SDIO patches to put some card into into platform devices (hack) to match WL1251 driver.
---
arch/arm/include/asm/mach/mmc.h | 10 ++++++
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c
old mode 100644
new mode 100755
-index 6e4b207..031ad2d
+index 88bc884..6585a15
--- a/arch/arm/mach-omap2/board-omap3pandora.c
+++ b/arch/arm/mach-omap2/board-omap3pandora.c
-@@ -35,6 +35,8 @@
+@@ -36,6 +36,8 @@
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/flash.h>
-@@ -58,6 +60,10 @@
+@@ -59,6 +61,10 @@
#define GPMC_CS0_BASE 0x60
#define GPMC_CS_SIZE 0x30
static struct mtd_partition omap3pandora_nand_partitions[] = {
{
.name = "xloader",
-@@ -446,12 +452,56 @@ static struct platform_device bt_device = {
+@@ -489,6 +495,49 @@ static struct platform_device bt_device = {
},
};
static struct platform_device *omap3pandora_devices[] __initdata = {
&omap3pandora_lcd_device,
&omap3pandora_leds_gpio,
- &bt_device,
+@@ -496,6 +545,7 @@ static struct platform_device *omap3pandora_devices[] __initdata = {
&omap3pandora_bl,
&omap3pandora_dss_device,
+ &pandora_leds_pwm,
+ &pandora_wifi,
};