summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/cpufreq.c
AgeCommit message (Collapse)Author
2011-01-15ENGR00137983 MX53: Update CPU working pointsLily Zhang
- Set working points for different part numbers according to RevD datasheet. - Put MX53 working point settings in new files. - For Auto, only 800MHZ working point is added. Since the SW uses PLL1 to judge chip part number now, the chip will be treated as auto chip if the user set PLL1 as 800MHZ in U-Boot. If there is a better way to get part number information, we will revise part number setting codes in clock.c. - The voltages for 160MHZ is "TBD" in datasheet. Set it as 0.9V firstly. - To run 1.2GHZ CPU, do as the following in U-Boot: i2c mw 0x48 0x2e 0x60 clk core 1200 Before executing the command, you must ensure your chip is 1.2GHZ chip Signed-off-by: Lily Zhang <r58066@freescale.com>
2010-08-31ENGR00126692-1: MX5X: Upgrade kernel to 2.6.35Dinh Nguyen
This patch contains changes to plat-mxc files. Contains all checkpatch and copyright fixes. Acked-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com>