diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-07-30 04:22:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 07:38:26 +0300 |
commit | 9a976cd278eafa496ce30196810ef2e879a4a7d5 (patch) | |
tree | 797fdc03a3ec99ca55d6fd809227ac8fc18af28c /drivers/clk/imx/clk-imx8mm.c | |
parent | f1f018dc030edfeca54373053cf02dee4561bb0c (diff) | |
download | linux-9a976cd278eafa496ce30196810ef2e879a4a7d5.tar.xz |
clk: imx8m: Support module build
Change configuration to "tristate", add module author, description
and license to support building i.MX8M SoCs clock driver as module.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/clk-imx8mm.c')
-rw-r--r-- | drivers/clk/imx/clk-imx8mm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk-imx8mm.c b/drivers/clk/imx/clk-imx8mm.c index b793264c21c6..0de0be0cf548 100644 --- a/drivers/clk/imx/clk-imx8mm.c +++ b/drivers/clk/imx/clk-imx8mm.c @@ -657,3 +657,7 @@ static struct platform_driver imx8mm_clk_driver = { }, }; module_platform_driver(imx8mm_clk_driver); + +MODULE_AUTHOR("Bai Ping <ping.bai@nxp.com>"); +MODULE_DESCRIPTION("NXP i.MX8MM clock driver"); +MODULE_LICENSE("GPL v2"); |