This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8148 MMC0

Hi,

we use MMC0 controller,but i found the DM8148 EVM board used MMC1 controller.

In psp4.4.0.1kernel there is no description about MMC0.

linux-2.6.37/arch/arm/mach-omap2 device.c

1077: else if (cpu_is_ti814x()) {

1078: base = TI814X_MMC1_BASE;

1079: irq = TI814X_IRQ_SD1;
linux-2.6.37\arch\arm\plat-omap\include\plat mmc.h

43: #define TI814X_MMC1_BASE 0x481D8100 /* TI814X MMC/SD config base */

44: #define TI814X_MMC1_HL_BASE 0x481D8000 /* TI814X HL configuration*/

There is no TI814X_MMC0_BASE

If i want to use MMC0,How can i make it work?