ARM: mxs: use CLKSRC_OF helper to initialize timer
authorShawn Guo <shawn.guo@linaro.org>
Mon, 25 Mar 2013 06:53:08 +0000 (14:53 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:30:01 +0000 (16:30 +0800)
commit633ef4c7d18982d184242d42056c622a433d93fe
tree083c25c02198299cd32d855ffd4b35224e4f7771
parent3ed628a8122112ee796cd643e2478c4a6def234c
ARM: mxs: use CLKSRC_OF helper to initialize timer

Select CLKSRC_OF and use clocksource_of_init() to initialize timer, so
that the call to mxs_timer_init() in clock driver can be removed.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/Kconfig
arch/arm/mach-mxs/include/mach/common.h
arch/arm/mach-mxs/mach-mxs.c
arch/arm/mach-mxs/timer.c
drivers/clk/mxs/clk-imx23.c
drivers/clk/mxs/clk-imx28.c