commit | 53bb71da1c5c14267089218923585840f76e2480 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue May 21 09:58:51 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Jun 17 15:45:14 2013 +0800 |
tree | 872fa273049ea680d51bf21c5efb50833f0e9de5 | |
parent | 12aad63ca466409a531e5b79abb59d8de33bcbaa [diff] |
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>