i.MX7D SDHC SDR-140 Tuning

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX7D SDHC SDR-140 Tuning

Jump to solution
780 Views
daweichen
Contributor III

Hi NXP,

Does i.MX7D support manual tuning (ESDHC_FLAG_MAN_TUNING)?

linux-imx source shows i.MX7D SoC is setup to use standard tuning.

 

i.MX7D
static struct esdhc_soc_data usdhc_imx7d_data = {
        .flags = ESDHC_FLAG_USDHC | ESDHC_FLAG_STD_TUNING
                        | ESDHC_FLAG_HAVE_CAP1 | ESDHC_FLAG_HS200
                        | ESDHC_FLAG_HS400 | ESDHC_FLAG_STATE_LOST_IN_LPMODE
                        | ESDHC_FLAG_BUSFREQ,
};
 
 
Reference source:
 
sdhci-esdhc-imx.c
 
Thanks,
Labels (2)
0 Kudos
1 Solution
738 Views
Yuri
NXP Employee
NXP Employee

@daweichen 
Hello,

   Only the standard tuning is used and has been tested for i.MX7.

Regards,
Yuri.

View solution in original post

2 Replies
739 Views
Yuri
NXP Employee
NXP Employee

@daweichen 
Hello,

   Only the standard tuning is used and has been tested for i.MX7.

Regards,
Yuri.

728 Views
daweichen
Contributor III

Got it.  Thanks!

0 Kudos