]> 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, 17 Jun 2014 13:14:23 +0000 (21:14 +0800)
commitb51efa6433393d816156d0236b237a1d2ec86b9a
treeec67009f4851c825d2a9671f97e46beaa91c7954
parent3d2cd50a190e74d96526ca7fc5eaa237065b028e
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