I am glad tht worked for you, however I did not have time to go and
buy another card. I found in the kernel logs this
OMAP3: MMC needs CONFIG_REGULATOR{,_TWL4030} now in defconfigs
MMC doesn't work after 3fe326511c66ab842ef0a09a1f4c564b1a8beecf unless
CONFIG_REGULATOR, CONFIG_REGULATOR_TWL4030 are present in the .config.
Add those in for all OMAP3 defconfigs. Tested on BeagleBoard, but
this is
presumably needed for anything with MMC and TWL4030.
Signed-off-by: Paul Walmsley <
pa...@pwsan.com>
Cc: David Brownell <
dav...@pacbell.net>
Acked-by: David Brownell <
dbro...@users.sourceforge.net>
Signed-off-by: Tony Lindgren <
to...@atomide.com>
2 months agoRX51: connect VAUX3 to MMC2
commit | commitdiff | tree
Adrian Hunter [Tue, 24 Mar 2009 12:17:05 +0000]
RX51: connect VAUX3 to MMC2
Signed-off-by: Adrian Hunter <
adrian...@nokia.com>
Signed-off-by: Tony Lindgren <
to...@atomide.com>
2 months agoOMAP: mmc_twl4030 nicely disable vmmc_aux
commit | commitdiff | tree
Adrian Hunter [Tue, 24 Mar 2009 12:15:54 +0000]
OMAP: mmc_twl4030 nicely disable vmmc_aux
The MMC driver turns the power off before it turns it
on. To avoid regulator warnings, vmmc_aux must only be
disabled if it has previously been enabled.
Signed-off-by: Adrian Hunter <
adrian...@nokia.com>
Acked-by: David Brownell <
dbro...@users.sourceforge.net>
Signed-off-by: Tony Lindgren <
to...@atomide.com>
So I did that and it works.
Look in drivers near the bottom of the list from menuconfig and select
Voltage and Current regulators.
And inside that select the TI TWL4030
Recompile and you should be good.