aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-imx8mp.c
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2020-07-30 09:22:53 +0800
committerShawn Guo <shawnguo@kernel.org>2020-08-22 12:38:26 +0800
commit9a976cd278eafa496ce30196810ef2e879a4a7d5 (patch)
tree797fdc03a3ec99ca55d6fd809227ac8fc18af28c /drivers/clk/imx/clk-imx8mp.c
parentclk: imx: Add clock configuration for ARMv7 platforms (diff)
downloadlinux-dev-9a976cd278eafa496ce30196810ef2e879a4a7d5.tar.xz
linux-dev-9a976cd278eafa496ce30196810ef2e879a4a7d5.zip
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-imx8mp.c')
-rw-r--r--drivers/clk/imx/clk-imx8mp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clk/imx/clk-imx8mp.c b/drivers/clk/imx/clk-imx8mp.c
index ca747712400f..f3cedf2db125 100644
--- a/drivers/clk/imx/clk-imx8mp.c
+++ b/drivers/clk/imx/clk-imx8mp.c
@@ -773,3 +773,7 @@ static struct platform_driver imx8mp_clk_driver = {
},
};
module_platform_driver(imx8mp_clk_driver);
+
+MODULE_AUTHOR("Anson Huang <Anson.Huang@nxp.com>");
+MODULE_DESCRIPTION("NXP i.MX8MP clock driver");
+MODULE_LICENSE("GPL v2");