commit | af7e7ee0e4280c29c41b6ec64b892bb53987a997 | [log] [tgz] |
---|---|---|
author | Abel Vesa <abel.vesa@nxp.com> | Tue Jul 09 17:20:03 2019 +0300 |
committer | Shawn Guo <shawnguo@kernel.org> | Sat Aug 03 10:13:27 2019 +0200 |
tree | 59444e352429bf34da9cee4858aaa6e3513f325f | |
parent | 053a4ffe298836bb973d2cba59f82fff60c7db5b [diff] |
clk: imx8mm: Switch to platform driver There is no strong reason for this to use CLK_OF_DECLARE instead of being a platform driver. Plus, this will now be aligned with the other i.MX8M clock drivers which are platform drivers. In order to make the clock provider a platform driver all the data and code needs to be outside of .init section. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>