Hi,
I'm working on a custom OMAP4460 + twl6030 platform which follows
http://omappedia.org/wiki/4AI.1.4_OMAP4_Icecream_Sandwich_Release_Notes.
In the custom board the MMC1 is operating in 4-BIT mode.
The remaining four bits (upper nibble sdmmc1_dat4 - sdmmc1_dat7) are configured as GPIO's.
On Kernel Bootup i'm seeing a vmmc voltage dip (VDDS_SDMMC1) from PMIC.
At the same instance corresponding sdmmc1 gpio's is going low.
For Example :- GPIO_108(sdmmc1_dat6) configured as GPIO output and driven High in U-Boot and Kernel.
During the vmmc dip this pin goes low. i believe this is due to vmmc cut-off.
I was wondering if this can be avoided.
Regards
Shajin