ppc4xx: Make pll_write global
authorMatthias Fuchs <matthias.fuchs@esd.eu>
Mon, 6 Jul 2009 14:27:33 +0000 (16:27 +0200)
committerStefan Roese <sr@denx.de>
Wed, 8 Jul 2009 08:59:07 +0000 (10:59 +0200)
commit0580e48f53f972783e56fcedadb9ce6e5b0b6f32
tree03d2679f174db82197dd4eddbd254ef7e184e1b5
parent20b3c4b528606d51799aed5e4c71783720cd2b72
ppc4xx: Make pll_write global

This patch makes pll_write on PPC405EP boards
global and callable from C code.

pll_write can be used to dynamically modify the PLB:PCI divider
as it is required for 33/66 MHz pci adapters based on the 405EP.

board_early_init_f() is a good place to do that (check M66EN signal
and call pll_write() when it is required).

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/start.S