Hi all,
on my AM1808 EVM board I neet to get access both to MMC/SD_0 and to some gpio pins that are multiplexed with port MMC/SD_1.
However, during kernel boot (SDK 5.02), I see
davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
davinci_mmc davinci_mmc.1: Using DMA, 4-bit mode
In other words, the linux kernel turns on BOTH interface ports, MMC/SD_0 AND MMC/SD_1, preventing me to gain access to needed GPIO resources.
Can I disable ONLY MMC/SD_1 ? How ?
Thanks a lot,
Gabriele