projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f4c5b2
)
ARM: S5P: Regoster clk_xusbxti clock for hsotg driver
author
Thomas Abraham
<
[email protected]
>
Fri, 28 May 2010 02:41:16 +0000
(11:41 +0900)
committer
Ben Dooks
<
[email protected]
>
Fri, 28 May 2010 10:31:34 +0000
(19:31 +0900)
The clk_xusbxti clock is added to the list of clocks to be
registred during boot time clock registration.
Signed-off-by: Thomas Abraham <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
[
[email protected]
: edited title]
Signed-off-by: Ben Dooks <
[email protected]
>
arch/arm/plat-s5p/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s5p/clock.c
b/arch/arm/plat-s5p/clock.c
index 24a931fd8d3b5583709d6456a447c5f41ec92df1..b5e255265f20de4085bac619341f8bb9c1c40fd7 100644
(file)
--- 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)