omap3: igep3: Fix IGEP module second MMC channel power supply
authorEnric Balletbo i Serra <eballetbo@gmail.com>
Mon, 10 Jan 2011 13:26:13 +0000 (13:26 +0000)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Jan 2011 22:33:09 +0000 (14:33 -0800)
commita271c6cd209674118e5ec221de922bc59c0c9454
treec921bdb2b92949a9f11c9756cffea5de1bb2ecdf
parent7b0d4b71f5b17f22914bc6b2e36c4cd7cdc56a28
omap3: igep3: Fix IGEP module second MMC channel power supply

The second MMC channel (used by the WLAN/BT module) is not linked to
power regulator. This causes the WLAN/BT module to fail being detected if
CONFIG_REGULATOR_DUMMY is not set.

This patch adds the two regulators that actually feed the WLAN/BT module
(1v8 from the TWL4030 VIO LDO, and a fixed 3v3). With that patch, the
second channel is properly detected.

Also change vmmc1 to use symbolic names instead of direct device
reference.

Signed-off-by: Enric Balletbo i Serra <eballetbo@gmail.com>
Acked-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-igep0030.c