]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/mmc.h
mmc: make ext_csd part of struct mmc
[people/ms/u-boot.git] / include / mmc.h
index 010ebe048c45ffb68d3ffcb0614b9b243bddcbcc..7d2b363acbb6644228346a39272ab520863ada5a 100644 (file)
@@ -457,7 +457,12 @@ struct mmc {
        int ddr_mode;
 #if CONFIG_IS_ENABLED(DM_MMC)
        struct udevice *dev;    /* Device for this MMC controller */
+#if CONFIG_IS_ENABLED(DM_REGULATOR)
+       struct udevice *vmmc_supply;    /* Main voltage regulator (Vcc)*/
+       struct udevice *vqmmc_supply;   /* IO voltage regulator (Vccq)*/
 #endif
+#endif
+       u8 *ext_csd;
 };
 
 struct mmc_hwpart_conf {