clk: imx35: Do not call mxc_timer_init twice when booting with DT
authorAlexander Stein <alexander.stein@systec-electronic.com>
Wed, 9 Sep 2015 09:35:14 +0000 (11:35 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 23 Sep 2015 01:03:15 +0000 (18:03 -0700)
commit8d449cb5e29a488cef44d81196f2819b92585513
tree6628ca1b1e00a6ad07090d75b890df7f82c8cf96
parent0753f56e411a5e216c9899c21e54bd11dde17313
clk: imx35: Do not call mxc_timer_init twice when booting with DT

mxc_timer_init must not be called from within mx35_clocks_init_dt. It will
eventually be called by imx31_timer_init_dt
(drivers/clocksource/timer-imx-gpt.c).
This arranges the initialization code similar to clk-imx27.c

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx35.c