]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: imx6: use common of_clk_init() call to initialize clocks
authorShawn Guo <shawn.guo@linaro.org>
Tue, 21 May 2013 01:58:51 +0000 (09:58 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 17 Jun 2013 07:45:14 +0000 (15:45 +0800)
commit53bb71da1c5c14267089218923585840f76e2480
tree872fa273049ea680d51bf21c5efb50833f0e9de5
parent12aad63ca466409a531e5b79abb59d8de33bcbaa
ARM: imx6: use common of_clk_init() call to initialize clocks

Instead of explicitly calling clock initialization functions, we can
declare the functions with CLK_OF_DECLARE() and then call common
of_clk_init() to have them invoked properly.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c
arch/arm/mach-imx/clk-imx6sl.c
arch/arm/mach-imx/common.h
arch/arm/mach-imx/mach-imx6q.c
arch/arm/mach-imx/mach-imx6sl.c