ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
authorMike Nuss <mike@terascala.com>
Wed, 20 Feb 2008 16:54:20 +0000 (11:54 -0500)
committerStefan Roese <sr@denx.de>
Thu, 27 Mar 2008 09:38:54 +0000 (10:38 +0100)
commitf66e2c8b25c04b79e5fb385bc8989c2de7f63991
tree7b55a6e9338e7b616cf228417557c441ac79b4c5
parent6fb4b640562a10daff0dbe537638d511b5b48650
ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx

On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
after startup to change the speed of the clocks. This patch adds the
option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
initialization code will reconfigure the PLL to run the system with a CPU
frequency of 667MHz and PLB frequency of 166MHz, without the need for an
external EEPROM.

Signed-off-by: Mike Nuss <mike@terascala.com>
Acked-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/cpu_init.c