When I study the x-loader code for AM3715, I found a comment in function prcm_init() in omap3evm.c, it state that:
/* If the input clock is greater than 19.2M always divide/2 */
/*
* On OMAP3630, DDR data corruption has been observed on OFF mode
* exit if the sys clock was lower than 26M. As a work around,
* OMAP3630 is operated at 26M sys clock and this internal division
* is not performed.
*/
Is it true that it can only work at 26MHz input clock? And cannot work at 19.2MHz input clock?
Regards,
Colman