From 6de8bae86c0459a881cead6735cd6971334cadd3 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Tue, 5 Jul 2011 03:38:23 -0700 Subject: [PATCH] omap: blaze: add mmc5/wl1283 device support Add MMC5 support on BLAZE, which has the wl1283 device hardwired to. The wl1283 is a 4-wire, 1.8V, embedded SDIO WLAN device with an external IRQ line, and power-controlled by a GPIO-based fixed regulator. Based on the patch for zoom by Ohad Ben-Cohen Signed-off-by: Vishal Mahaveer [tony@atomide.com: improved formatting a bit] Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-4430sdp.c | 81 +++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 5e03ddb0eb17..e5e8bbb00359 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include @@ -37,6 +38,7 @@ #include #include #include