commit | 98c63a78408e87fcbf0ea200c7a2306a76da9021 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Mar 05 02:32:33 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 25 17:03:25 2019 +0200 |
tree | 3e3850358aef1bf8bd8f83ee39c21c227ee4ce40 | |
parent | 7f50af6090507e79505846d80f76c8636903367c [diff] |
clk: imx8: split code into common and soc specific part To make it easy to add new clk driver for i.MX8, split the code into common part and SoC specific part. Make the get/set/enable non static and introduce a num_clks for soc_clk_dump, because the arrays are moved to clk-imx8qxp.c. Signed-off-by: Peng Fan <peng.fan@nxp.com>