aboutsummaryrefslogtreecommitdiff
path: root/include/mmc.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-02-24 23:32:10 +0100
committerJaehoon Chung <jh80.chung@samsung.com>2024-04-15 15:19:12 +0900
commit8c2208978877bf6533d97bde97ee763322d6308f (patch)
tree499c657d5260895699b19d78510d6f09279dfcae /include/mmc.h
parentd1343522e509ea78dd53615846bd7b0a0049e97a (diff)
downloadu-boot-8c2208978877bf6533d97bde97ee763322d6308f.zip
u-boot-8c2208978877bf6533d97bde97ee763322d6308f.tar.gz
u-boot-8c2208978877bf6533d97bde97ee763322d6308f.tar.bz2
mmc: Add generic tuning flag
Set generic mmc->tuning flag when performing tuning to indicate this condition to drivers. Drivers may use this to bypass various checks during tuning. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r--include/mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mmc.h b/include/mmc.h
index a4584f8..4b8327f 100644
--- a/include/mmc.h
+++ b/include/mmc.h
@@ -736,6 +736,7 @@ struct mmc {
* accessing the boot partitions
*/
u32 quirks;
+ bool tuning:1;
bool hs400_tuning:1;
enum bus_mode user_speed_mode; /* input speed mode from user */