Re: [PATCH v3 1/1] ARM: imx31: Do not call mxc_timer_init twice when booting with DT

2015-09-29 Thread Shawn Guo
On Mon, Sep 28, 2015 at 09:03:19AM +0200, Alexander Stein wrote: > mxc_timer_init must not be called from within mx31_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 > > Si

[PATCH v3 1/1] ARM: imx31: Do not call mxc_timer_init twice when booting with DT

2015-09-28 Thread Alexander Stein
mxc_timer_init must not be called from within mx31_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 --- Changes in v3: * Fix compilation issues * A