aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/keystone/gate.c
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2018-10-18 15:40:10 -0700
committerStephen Boyd <sboyd@kernel.org>2018-10-18 15:40:10 -0700
commitcc2adbe370f190fb13531ba1f55a9b0d9dc8828a (patch)
treec041e4d6ab5fd7e30247ea249d818bc4f2283bed /drivers/clk/keystone/gate.c
parentMerge branches 'clk-mvebu-periph-pm', 'clk-meson', 'clk-allwinner', 'clk-mvebu-dup' and 'clk-davinci' into clk-next (diff)
parentclk: keystone: add missing MODULE_LICENSE (diff)
downloadwireguard-linux-cc2adbe370f190fb13531ba1f55a9b0d9dc8828a.tar.xz
wireguard-linux-cc2adbe370f190fb13531ba1f55a9b0d9dc8828a.zip
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/gate.c')
-rw-r--r--drivers/clk/keystone/gate.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/keystone/gate.c b/drivers/clk/keystone/gate.c
index def15db4eef0..4ed9b29ba438 100644
--- a/drivers/clk/keystone/gate.c
+++ b/drivers/clk/keystone/gate.c
@@ -266,3 +266,8 @@ static void __init of_keystone_psc_clk_init(struct device_node *node)
}
CLK_OF_DECLARE(keystone_gate_clk, "ti,keystone,psc-clock",
of_keystone_psc_clk_init);
+
+MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Clock driver for Keystone 2 based devices");
+MODULE_AUTHOR("Murali Karicheri <m-karicheri2@ti.com>");
+MODULE_AUTHOR("Santosh Shilimkar <santosh.shilimkar@ti.com>");