Skip to content

Commit

Permalink
ARM: S5P: Regoster clk_xusbxti clock for hsotg driver
Browse files Browse the repository at this point in the history
The clk_xusbxti clock is added to the list of clocks to be
registred during boot time clock registration.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
[ben-linux@fluff.org: edited title]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Thomas Abraham authored and Ben Dooks committed May 28, 2010
1 parent 5f4c5b2 commit 8fb9d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/plat-s5p/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8fb9d2d

Please sign in to comment.