Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fb9d2d7 authored by Thomas Abraham's avatar Thomas Abraham Committed by Ben Dooks
Browse files

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: default avatarThomas Abraham <thomas.ab@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
[ben-linux@fluff.org: edited title]
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 5f4c5b2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -148,6 +148,7 @@ static struct clk *s5p_clks[] __initdata = {
	&clk_fout_vpll,
	&clk_fout_vpll,
	&clk_arm,
	&clk_arm,
	&clk_vpll,
	&clk_vpll,
	&clk_xusbxti,
};
};


void __init s5p_register_clocks(unsigned long xtal_freq)
void __init s5p_register_clocks(unsigned long xtal_freq)