]> 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>
Thu, 22 May 2014 01:01:54 +0000 (09:01 +0800)
commit669cb2eb0136b4c446dd73e63a60bc409a58f1e6
tree98f93e9a0c38b10ffb4b73565c5fbc1c4935a7d6
parent9ef27e09216566ca169c7f2e0a2822cd9fa29fe3
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