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. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html