Re: [U-Boot] [PATCH] omap: am33xx: accomodate input clocks other than 24 Mhz

2012-06-21 Thread Tom Rini
On Wed, May 30, 2012 at 10:46:00AM -0700, Steve Sakoman wrote: > The PLL setup values currently assume a 24 Mhz input clock. > > This patch uses V_OSCK from the board config file to support boards > with different input clock rates. > > Signed-off-by: Steve Sakoman Queued up for u-boot-ti/mast

[U-Boot] [PATCH] omap: am33xx: accomodate input clocks other than 24 Mhz

2012-05-30 Thread Steve Sakoman
The PLL setup values currently assume a 24 Mhz input clock. This patch uses V_OSCK from the board config file to support boards with different input clock rates. Signed-off-by: Steve Sakoman --- arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 10 +- 1 files changed, 5 insertions(+)