[PATCH V2] Use clock freqency from the device tree to calculate correct MPC5200 PSC clock.

2009-08-21 Thread Jon Smirl
Use clock freqency from the device tree to calculate correct MPC5200 PSC clock. Previous code had errors or used a constant. This versions computes the right clock based on the xtal and register settings. Adjusted from previous version to rebase onto current Linus tree. Signed-off-by: Jon Smirl

Re: [PATCH V2] Use clock freqency from the device tree to calculate correct MPC5200 PSC clock.

2009-08-08 Thread Wolfram Sang
On Fri, Aug 07, 2009 at 03:19:36PM -0400, Jon Smirl wrote: Use clock freqency from the device tree to calculate correct MPC5200 PSC clock. Previous code had errors or used a constant. This versions computes the right clock based on the xtal and register settings. Signed-off-by: Jon Smirl

[PATCH V2] Use clock freqency from the device tree to calculate correct MPC5200 PSC clock.

2009-08-07 Thread Jon Smirl
Use clock freqency from the device tree to calculate correct MPC5200 PSC clock. Previous code had errors or used a constant. This versions computes the right clock based on the xtal and register settings. Signed-off-by: Jon Smirl jonsm...@gmail.com --- arch/powerpc/include/asm/mpc52xx.h