From the TRM, the clock that drives the memory interfaces on the AM37xx is tied to the GPMC_FCLK which is tied to the CORE_L3_ICLK clock. The question is, what is the best way to handle the changing of the OPP on the processor (which impacts the L3 clock) without impacting the timing on the GPMC interface?
My impression is that the drivers such as cpufreq handle this already, but is there any documentation or recommendations in this area?