Hi,
On the mmc_host_def.h file, there is a setting for the MMC clock reference as shown below:
/* Clock Configurations and Macros */
#if defined(CONFIG_TI816X)
#define MMC_CLOCK_REFERENCE 48
#elif defined(CONFIG_TI814X)
#define MMC_CLOCK_REFERENCE 192
#endif
For TI814X definition, I have tested the EVM board by setting it to 48 but the SD card is not able to boot up.
One question I have is whether can the MMC_CLOCK_REFERENCE goes below 192?
If it can, what are the options I have?
Thanks and regards,
pb