|
@@ -125,7 +125,8 @@ static void usb_controller_reset(void)
|
|
|
}
|
|
|
|
|
|
#define ARK_MMC_CLK 45000000
|
|
|
-struct dwmci_host dwmcihost[2];
|
|
|
+#define ARK_MMC_NUM 3
|
|
|
+struct dwmci_host dwmcihost[ARK_MMC_NUM];
|
|
|
static int ark_dwmci_init(char *name,u32 regbase, int bus_width, int index)
|
|
|
{
|
|
|
struct dwmci_host *host = NULL;
|