Bugzilla – Bug 11885
Run CPU at 532MHz
Last modified: 2009-09-08 09:18:10 UTC
According to Freescale, the CPU we're using (i.MX353) is qualified to run at 532MHz, up from the original 400 we were originally quoted. Let's up the core CPU speed. Not sure if this is needed for MP (i.e. happens in the bootloader).
it looks like we already running at 532MHz on PB3 units: cat /proc/cpuinfo reports BogoMIPS = 530 cat /proc/cpu/clocks reports cpu_clock-0 = 532MHz whereas we are running at 400MHz on PB1 units (TO1): cat /proc/cpuinfo reports BogoMIPS = 399 cat /proc/cpu/clocks reports cpu_clock-0 = 399MHz