summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-13 15:31:41 +0300
committerTom Rini <trini@konsulko.com>2021-09-13 15:31:41 +0300
commit7958292f5ffa4ecdaaf4c73c6df28006051db6e0 (patch)
tree713e63fc0e023c15011b36cab8fd690dad3894d1 /include
parent56a85b831ffe30425645172395c4704caba38bf9 (diff)
parent285edfd7821e79de579b0bf1a7328dead2304a0b (diff)
downloadu-boot-7958292f5ffa4ecdaaf4c73c6df28006051db6e0.tar.xz
Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmc
Support using mmc command for enumerating mmc card in a given mode Fix device_remove in mmc Fix switch issue with send_status disabled Drop 1ms delay in fsl_esdhc command sending Revert "mmc: sdhci: set to INT_DATA_END when there are data"
Diffstat (limited to 'include')
-rw-r--r--include/mmc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h
index 0bf19de20e..b92e255340 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -726,6 +726,8 @@ struct mmc {
*/
u32 quirks;
u8 hs400_tuning;
+
+ enum bus_mode user_speed_mode; /* input speed mode from user */
};
#if CONFIG_IS_ENABLED(DM_MMC)