summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorThomas Abraham2010-05-28 04:41:16 +0200
committerBen Dooks2010-05-28 12:31:34 +0200
commit8fb9d2d72e00a975872d156f7fb045375189d09e (patch)
treecffcf3f6b3026b1b4999a8525a7a001025991e9d /arch/arm
parentARM: S3C64XX: Add USB OTG HCLK to the list of clocks (diff)
downloadkernel-qcow2-linux-8fb9d2d72e00a975872d156f7fb045375189d09e.tar.gz
kernel-qcow2-linux-8fb9d2d72e00a975872d156f7fb045375189d09e.tar.xz
kernel-qcow2-linux-8fb9d2d72e00a975872d156f7fb045375189d09e.zip
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 <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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/plat-s5p/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm/plat-s5p/clock.c
index 24a931fd8d3b..b5e255265f20 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)