mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mmc: add a hs400_tuning flag
Some controllers may have difference between HS200 tuning and HS400 tuning, such as different registers setting, different procedure, or different errata. This patch is to add a hs400_tuning flag to identify the tuning for HS400 mode. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
@@ -707,6 +707,7 @@ struct mmc {
|
||||
* accessing the boot partitions
|
||||
*/
|
||||
u32 quirks;
|
||||
u8 hs400_tuning;
|
||||
};
|
||||
|
||||
struct mmc_hwpart_conf {
|
||||
|
Reference in New Issue
Block a user