summaryrefslogtreecommitdiff
path: root/drivers/clk/keystone/pll.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2018-10-19 01:40:10 +0300
committerStephen Boyd <sboyd@kernel.org>2018-10-19 01:40:10 +0300
commitcc2adbe370f190fb13531ba1f55a9b0d9dc8828a (patch)
treec041e4d6ab5fd7e30247ea249d818bc4f2283bed /drivers/clk/keystone/pll.c
parentcd8ca3005269ec327643b3cc39681a6fcde16b0d (diff)
parent9e6dbc3d5cfc1afec5aefe87a7fffd5b9d44f09a (diff)
downloadlinux-cc2adbe370f190fb13531ba1f55a9b0d9dc8828a.tar.xz
Merge branch 'clk-k3-tisci' into clk-next
- TI SCI clks on K3 SoCs * clk-k3-tisci: clk: keystone: add missing MODULE_LICENSE clk: keystone: Enable TISCI clocks if K3_ARCH
Diffstat (limited to 'drivers/clk/keystone/pll.c')
-rw-r--r--drivers/clk/keystone/pll.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/keystone/pll.c b/drivers/clk/keystone/pll.c
index 2b871fc91d56..349540469fc0 100644
--- a/drivers/clk/keystone/pll.c
+++ b/drivers/clk/keystone/pll.c
@@ -338,3 +338,8 @@ static void __init of_pll_mux_clk_init(struct device_node *node)
pr_err("%s: error registering mux %s\n", __func__, clk_name);
}
CLK_OF_DECLARE(pll_mux_clock, "ti,keystone,pll-mux-clock", of_pll_mux_clk_init);
+
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("PLL clock driver for Keystone devices");
+MODULE_AUTHOR("Murali Karicheri <m-karicheri2@ti.com>");
+MODULE_AUTHOR("Santosh Shilimkar <santosh.shilimkar@ti.com>");