[PATCH] unofficial patch to support wl1271 on beagle using Linux 2.6.37-rc1

Hello,

I have forward ported the hacky patch I sent earlier to the linux-omap mailing
list. This patch applies on top of 2.6.37-rc1 and is working fine for me.
Unfortunately, I still haven't had the time to work on the real solution for
it. As stated earlier, this patch assumes that you have a wl1271 expansion
board and not something else.

Give it a try if you dare! :slight_smile: From my side, this patch comes with absolutely no
warranty and should only be used as an example or for trying things out.

If you have any questions or need any help, just let me know.

Cheers,
Luca.

Luciano Coelho (1):
  omap: beagle: add support for wl1271 on the board file

arch/arm/mach-omap2/board-omap3beagle.c | 71 +++++++++++++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)

Add board configuration for the wl1271 daughter board. This patch is based
on Ohad Ben-Cohen's patches for Zoom boards.

Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>