mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
1b5f0ba7a5
commit
8c96880814
2 changed files with 3 additions and 0 deletions
|
@ -707,6 +707,7 @@ struct mmc {
|
|||
* accessing the boot partitions
|
||||
*/
|
||||
u32 quirks;
|
||||
u8 hs400_tuning;
|
||||
};
|
||||
|
||||
struct mmc_hwpart_conf {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue