Re: [U-Boot] [PATCH] powerpc/85xx: Fix determining Fman freq on P1023

2011-03-25 Thread Kumar Gala
On Mar 13, 2011, at 10:31 AM, Kumar Gala wrote: 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 ga...@kernel.crashing.org ---

[U-Boot] [PATCH] powerpc/85xx: Fix determining Fman freq on P1023

2011-03-13 Thread Kumar Gala
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 ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/speed.c |5 + 1 files changed, 1 insertions(+), 4