From: Pankaj pankaj.dubey@samsung.com
Initialize xusbxti clock's default value here. So that code duplication in all other mach-board.c can be avoided.
Signed-off-by: Pankaj Dubey pankaj.dubey@samsung.com --- arch/arm/plat-s5p/clock.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm/plat-s5p/clock.c index 5f84a3f..6fb9049 100644 --- a/arch/arm/plat-s5p/clock.c +++ b/arch/arm/plat-s5p/clock.c @@ -38,6 +38,7 @@ struct clk clk_ext_xtal_mux = { struct clk clk_xusbxti = { .name = "xusbxti", .id = -1, + .rate = 24000000, };
struct clk s5p_clk_27m = {