commit | 0580e48f53f972783e56fcedadb9ce6e5b0b6f32 | [log] [tgz] |
---|---|---|
author | Matthias Fuchs <matthias.fuchs@esd.eu> | Mon Jul 06 16:27:33 2009 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Jul 08 10:59:07 2009 +0200 |
tree | 03d2679f174db82197dd4eddbd254ef7e184e1b5 | |
parent | 20b3c4b528606d51799aed5e4c71783720cd2b72 [diff] |
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>