]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/85xx: Fix determining Fman freq on P1023
authorKumar Gala <galak@kernel.crashing.org>
Thu, 10 Mar 2011 12:09:20 +0000 (06:09 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 4 Apr 2011 14:24:43 +0000 (09:24 -0500)
commit939cdcdc622840d43dd01b6a9509abcb6f4c24f6
treeb09999dc6547eab249fa39ecbd7ece8903701ed0
parentb5c8753fa173d6372d86dcd11f83ef23c911b0de
powerpc/85xx: Fix determining Fman freq on P1023

On the P1023 the Fman freq is equivalent to the system bus freq, not 1/2
of it.  Also we only have one Fman so no need for the code to deal with
a second.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/cpu/mpc85xx/speed.c