diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-10-18 15:40:10 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-18 15:40:10 -0700 |
commit | cc2adbe370f190fb13531ba1f55a9b0d9dc8828a (patch) | |
tree | c041e4d6ab5fd7e30247ea249d818bc4f2283bed /drivers/clk/keystone/gate.c | |
parent | cd8ca3005269ec327643b3cc39681a6fcde16b0d (diff) | |
parent | 9e6dbc3d5cfc1afec5aefe87a7fffd5b9d44f09a (diff) | |
download | linux-cc2adbe370f190fb13531ba1f55a9b0d9dc8828a.tar.bz2 |
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.c | 5 |
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>"); |