Hi,
I have been told that maximum frequency for EMIF is fixed - 100 MHz. at 1.0 V instead of 75 MHz
By look around the TI power management code, I found the following definition and believe this is where the 100 MHz is defined.
Can someone confirm this?
Also, if I want to modify the default EMIF frequency to 90MHz, is this the only line needs to be edited? Any caution I have to take?
./arch/arm/mach-davinci/da850.c
static struct davinci_cpufreq_config cpufreq_info = {
.freq_table = &da850_freq_table[0],
#ifdef CONFIG_REGULATOR
.init = da850_regulator_init,
.set_voltage = da850_set_voltage,
#endif
.asyncrate = 100000000,
};
regards,
Francis