omap: pandora: fix wifi support
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 19 Dec 2010 22:33:36 +0000 (22:33 +0000)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 1 Jun 2011 12:53:00 +0000 (15:53 +0300)
commit9fc5b085e164989b07b9658ce7b0d3747320fdbc
treef24e83f95fb0c35d96e94e140e811fcf0ee4de17
parentd90bccf44ebac0136d9cfc47eb412190bb217070
omap: pandora: fix wifi support

After commit ed919b0 "mmc: sdio: fix runtime PM anomalies by introducing
MMC_CAP_POWER_OFF_CARD" it is required to specify MMC_CAP_POWER_OFF_CARD
to have runtime PM support. As the wl1251 driver expects card to be
powered down when it's not used, wifi will no longer work after interface
is brought down at least once without functioning runtime PM.

Fix this by declaring MMC_CAP_POWER_OFF_CARD for MMC3.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3pandora.c