]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 3 Jun 2014 07:37:10 +0000 (15:37 +0800)
commitd5a1bd416d065a10f11f9ebd48ecadaf4a5fb493
treee2cc7a975601657fe6fb098fbfda2e8357020e1b
parent7214902c22d61c8fd5315e4dffc3f81abf5104c5
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