OSDN Git Service

ARM: imx5: call mxc_timer_init_dt() on imx51
authorShawn Guo <shawn.guo@freescale.com>
Mon, 19 May 2014 13:15:03 +0000 (21:15 +0800)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:10:07 +0000 (16:10 +0800)
commit1f84e906f86968333eb00ed88b7f7e7a37b17589
treecf85bcf336a55189abfaba29b377a8012f53e9d1
parentc23f82a70c8ca89f5fae1a8f8e927cc257fb19f7
ARM: imx5: call mxc_timer_init_dt() on imx51

Since i.MX51 supports DT only, it's more appropriate to call
mxc_timer_init_dt() than mxc_timer_init() to initialize timer.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx51-imx53.c