summaryrefslogtreecommitdiffstats
path: root/drivers/clk/Makefile
diff options
context:
space:
mode:
authorJoel Stanley2017-12-22 03:45:18 +0100
committerStephen Boyd2018-01-27 01:22:37 +0100
commit5eda5d79e4be347758df5d502df2f4ddcfc2a701 (patch)
tree2f619f58b3994490a4e6d013a79519983daef6a3 /drivers/clk/Makefile
parentMerge tag 'aspeed-4.16-clk-binding' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadkernel-qcow2-linux-5eda5d79e4be347758df5d502df2f4ddcfc2a701.tar.gz
kernel-qcow2-linux-5eda5d79e4be347758df5d502df2f4ddcfc2a701.tar.xz
kernel-qcow2-linux-5eda5d79e4be347758df5d502df2f4ddcfc2a701.zip
clk: Add clock driver for ASPEED BMC SoCs
This adds the stub of a driver for the ASPEED SoCs. The clocks are defined and the static registration is set up. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r--drivers/clk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile
index f7f761b02bed..d260da4809f8 100644
--- a/drivers/clk/Makefile
+++ b/drivers/clk/Makefile
@@ -27,6 +27,7 @@ obj-$(CONFIG_ARCH_CLPS711X) += clk-clps711x.o
obj-$(CONFIG_COMMON_CLK_CS2000_CP) += clk-cs2000-cp.o
obj-$(CONFIG_ARCH_EFM32) += clk-efm32gg.o
obj-$(CONFIG_COMMON_CLK_GEMINI) += clk-gemini.o
+obj-$(CONFIG_COMMON_CLK_ASPEED) += clk-aspeed.o
obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o
obj-$(CONFIG_CLK_HSDK) += clk-hsdk-pll.o
obj-$(CONFIG_COMMON_CLK_MAX77686) += clk-max77686.o