From: Thomas Abraham Date: Fri, 28 May 2010 02:41:16 +0000 (+0900) Subject: ARM: S5P: Regoster clk_xusbxti clock for hsotg driver X-Git-Tag: v2.6.35-rc1~23^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fb9d2d72e00a975872d156f7fb045375189d09e;p=platform%2Fkernel%2Flinux-3.10.git ARM: S5P: Regoster clk_xusbxti clock for hsotg driver The clk_xusbxti clock is added to the list of clocks to be registred during boot time clock registration. Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim [ben-linux@fluff.org: edited title] Signed-off-by: Ben Dooks --- diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm/plat-s5p/clock.c index 24a931f..b5e2552 100644 --- a/arch/arm/plat-s5p/clock.c +++ b/arch/arm/plat-s5p/clock.c @@ -148,6 +148,7 @@ static struct clk *s5p_clks[] __initdata = { &clk_fout_vpll, &clk_arm, &clk_vpll, + &clk_xusbxti, }; void __init s5p_register_clocks(unsigned long xtal_freq)