commit | 8d449cb5e29a488cef44d81196f2819b92585513 | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexander.stein@systec-electronic.com> | Wed Sep 09 11:35:14 2015 +0200 |
committer | Shawn Guo <shawnguo@kernel.org> | Tue Sep 22 18:03:15 2015 -0700 |
tree | 6628ca1b1e00a6ad07090d75b890df7f82c8cf96 | |
parent | 0753f56e411a5e216c9899c21e54bd11dde17313 [diff] |
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>