Merge git://www.denx.de/git/u-boot-sunxi
[platform/kernel/u-boot.git] / include / sdhci.h
index 32e04f5..aa4a0e9 100644 (file)
@@ -252,6 +252,8 @@ struct sdhci_host {
        void (*set_control_reg)(struct sdhci_host *host);
        void (*set_clock)(int dev_index, unsigned int div);
        uint    voltages;
+
+       struct mmc_config cfg;
 };
 
 #ifdef CONFIG_MMC_SDHCI_IO_ACCESSORS