aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi/Makefile
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2015-11-29 11:03:08 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2015-12-01 14:06:47 +0100
commit77d16e2c66c86afc0130822b816ae26790a241fb (patch)
tree55b75f45992bb4ca21c94391c4b3d81e45dec493 /drivers/clk/sunxi/Makefile
parentclk: sunxi: Add sun9i A80 apbs gates support (diff)
downloadlinux-dev-77d16e2c66c86afc0130822b816ae26790a241fb.tar.xz
linux-dev-77d16e2c66c86afc0130822b816ae26790a241fb.zip
clk: sunxi: Add sun9i A80 cpus (cpu special) clock support
The "cpus" clock is the clock for the embedded processor in the A80. It is also part of the PRCM clock tree. This clock includes a pre- divider on one of its inputs. For now we are using a custom clock driver for it. In the future we may want to develop a generalized driver for these types of clocks, which also includes the AHB clock driver on sun[5678]i. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r--drivers/clk/sunxi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile
index cb4c299214ce..103efab05ca8 100644
--- a/drivers/clk/sunxi/Makefile
+++ b/drivers/clk/sunxi/Makefile
@@ -15,6 +15,8 @@ obj-y += clk-sun9i-core.o
obj-y += clk-sun9i-mmc.o
obj-y += clk-usb.o
+obj-$(CONFIG_MACH_SUN9I) += clk-sun9i-cpus.o
+
obj-$(CONFIG_MFD_SUN6I_PRCM) += \
clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
clk-sun8i-apb0.o