diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-01-25 08:25:31 +0300 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-01-27 01:32:18 +0300 |
commit | c8004a28186110657aa3e75135a6b96ebfa3e8f0 (patch) | |
tree | ac199954acf7aa7b9ead9a427eaf51362dde0c23 /arch/powerpc/platforms/52xx/efika.c | |
parent | 94d2dde738a50124d1f1b1b40bd5b9d0ed22e2e2 (diff) | |
download | linux-c8004a28186110657aa3e75135a6b96ebfa3e8f0.tar.xz |
[POWERPC] Add common clock setting routine mpc52xx_psc_set_clkdiv()
PSC drivers should not access the CDM registers directly. Instead provide
a common routine for setting the PSC clock parameters with the required
locking.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx/efika.c')
-rw-r--r-- | arch/powerpc/platforms/52xx/efika.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/efika.c b/arch/powerpc/platforms/52xx/efika.c index a0da70c8b502..a2068faef6ea 100644 --- a/arch/powerpc/platforms/52xx/efika.c +++ b/arch/powerpc/platforms/52xx/efika.c @@ -180,6 +180,9 @@ static void __init efika_setup_arch(void) { rtas_initialize(); + /* Map important registers from the internal memory map */ + mpc52xx_map_common_devices(); + efika_pcisetup(); #ifdef CONFIG_PM |