From: Lothar Waßmann Date: Wed, 31 Jul 2013 14:07:59 +0000 (+0200) Subject: ARM: mxs: Allow DT clock providers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5cd86ef5e4db02b791eee7f11fc9fb309194c4db;p=linux-beck.git ARM: mxs: Allow DT clock providers Add a call to of_clk_init() to register clocks defined in DT. Signed-off-by: Lothar Waßmann Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 4ce27b536dc9..4b210f278d47 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -487,6 +488,7 @@ static void __init mxs_timer_init(void) mx23_clocks_init(); else mx28_clocks_init(); + of_clk_init(NULL); clocksource_of_init(); }