summaryrefslogtreecommitdiff
path: root/drivers/clk/keystone/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2017-06-13 10:09:27 +0300
committerStephen Boyd <sboyd@codeaurora.org>2017-06-14 09:05:07 -0700
commitb745c0794e2ff20c7589600f5fa904fc201bcc0c (patch)
treeaed42a4628a51692f56a4894651bc2acd195d83b /drivers/clk/keystone/Makefile
parent8f306cfe438372c7e490b0511a75e068e215d17b (diff)
clk: keystone: Add sci-clk driver support
In K2G, the clock handling is done through firmware executing on a separate core. Linux kernel needs to communicate to the firmware through TI system control interface to access any power management related resources, including clocks. The keystone sci-clk driver does this, by communicating to the firmware through the TI SCI driver. The driver adds support for registering clocks through DT, and basic required clock operations like prepare/get_rate, etc. Signed-off-by: Tero Kristo <t-kristo@ti.com> [sboyd@codeaurora.org: Make ti_sci_init_clocks() static] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/keystone/Makefile')
-rw-r--r--drivers/clk/keystone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/keystone/Makefile b/drivers/clk/keystone/Makefile
index 0477cf63f132..c12593966f9b 100644
--- a/drivers/clk/keystone/Makefile
+++ b/drivers/clk/keystone/Makefile
@@ -1 +1,2 @@
-obj-y += pll.o gate.o
+obj-$(CONFIG_COMMON_CLK_KEYSTONE) += pll.o gate.o
+obj-$(CONFIG_TI_SCI_CLK) += sci-clk.o