On Fri, May 28, 2010 at 11:41:15AM +0900, Kukjin Kim wrote: > From: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > > The input clock frequency for USB Phy is 24 Mhz on the S5PV210 > platform. This patch initializes the clk_xusbxti clock rate to 24Mhz. is this all s5pv210/s5pc110 machines, or are there any current/likely machines with non 24M clocks? > Signed-off-by: Thomas Abraham <thomas.ab@xxxxxxxxxxx> > Signed-off-by: Kukjin Kim <kgene.kim@xxxxxxxxxxx> > --- > arch/arm/mach-s5pv210/clock.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c > index 154bca4..4ef09d4 100644 > --- a/arch/arm/mach-s5pv210/clock.c > +++ b/arch/arm/mach-s5pv210/clock.c > @@ -954,6 +954,8 @@ void __init_or_cpufreq s5pv210_setup_clocks(void) > > printk(KERN_DEBUG "%s: registering clocks\n", __func__); > > + clk_xusbxti.rate = 24 * MHZ; > + > clkdiv0 = __raw_readl(S5P_CLK_DIV0); > clkdiv1 = __raw_readl(S5P_CLK_DIV1); > > -- > 1.6.3.3 > -- -- Ben Q: What's a light-year? A: One-third less calories than a regular year. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html