mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL
[platform/kernel/u-boot.git] / arch / arm / mach-davinci / include / mach / sdmmc_defs.h
index 46f6391..f95a607 100644 (file)
@@ -152,6 +152,13 @@ struct davinci_mmc {
        struct mmc_config cfg;
 };
 
+#define DAVINCI_MAX_BLOCKS     (32)
+struct davinci_mmc_plat {
+       struct davinci_mmc_regs *reg_base;      /* Register base address */
+       struct mmc_config cfg;
+       struct mmc mmc;
+};
+
 int davinci_mmc_init(bd_t *bis, struct davinci_mmc *host);
 
 #endif /* _SDMMC_DEFS_H */