ARM: i.MX27 clk: Separate DT and non-DT init procedure
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 7 Jun 2014 16:09:25 +0000 (20:09 +0400)
committerShawn Guo <shawn.guo@freescale.com>
Fri, 18 Jul 2014 08:10:11 +0000 (16:10 +0800)
commitbb9c3398efd109e48932af46c3e1fed10adddc17
tree3e01455de63201727c24dbddf9dddb0310fb762a
parentd7f9891500aa23bd5d29c37621be82a90c4e25d9
ARM: i.MX27 clk: Separate DT and non-DT init procedure

This patch separates DT and non-DT clock initialization procedure,
so we can avoid a lot of unneeded clk_register_clkdev() for DT case.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx27.c