]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: clk-imx51-imx53: Remove clk_register_clkdev()
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 24 Jun 2014 18:42:58 +0000 (15:42 -0300)
committerShawn Guo <shawn.guo@freescale.com>
Wed, 25 Jun 2014 16:10:46 +0000 (00:10 +0800)
commit48d61ba94d54d110a930378f8c723c7a727d49fb
treefb2cf2744796aff825616cef00831b3e7679ef1a
parentddce2983a431a4fdfee942e1b85b3f4e9b387bd4
ARM: clk-imx51-imx53: Remove clk_register_clkdev()

mx51 and mx53 are device tree only platforms, so we no longer need all these
calls to clk_register_clkdev().

Only keep cpu0 and gpc_dvfs clk_register_clkdev() calls.

Tested on imx51-babbage and imx53-qsb boards.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx51-imx53.c