]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Tue, 17 Jun 2014 13:14:25 +0000 (21:14 +0800)
commit74dd9cc6986213e246b84a7c56112b9c01e917b0
treeb7d88baecce73f40b5eabeb407fbf0bdbeceeefe
parent223436e3ecfa52ea168b8c3449aae8e02d98cc1d
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