omap_hsmmc: Board-specific TWL4030 MMC power initializations
[platform/kernel/u-boot.git] / board / matrix_vision / mvblx / mvblx.c
index a69359f..c9d615b 100644 (file)
@@ -94,6 +94,12 @@ int board_mmc_init(bd_t *bis)
        omap_mmc_init(1, 0, 0, -1, -1);
        return 0;
 }
+
+void board_mmc_power_init(void)
+{
+       twl4030_power_mmc_init(0);
+       twl4030_power_mmc_init(1);
+}
 #endif
 
 #if defined(CONFIG_CMD_NET)