summaryrefslogtreecommitdiffstats
path: root/drivers/clk/meson/Makefile
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2016-08-18 12:08:46 +0200
committerStephen Boyd <sboyd@codeaurora.org>2016-08-19 21:49:59 +0200
commitf8c11f79912db52c8d90ce748094b4d411f36782 (patch)
treeaa5c4a7299795689d660fcd8927501312b7e0c36 /drivers/clk/meson/Makefile
parentdt-bindings: clock: reset: Add GXBB AO Clock and Reset Bindings (diff)
downloadlinux-f8c11f79912db52c8d90ce748094b4d411f36782.tar.xz
linux-f8c11f79912db52c8d90ce748094b4d411f36782.zip
clk: meson: Add GXBB AO Clock and Reset controller driver
Adds a Clock and Reset controller driver for the Always-On part of the Amlogic Meson GXBB SoC. It exports paired Clocks and Resets lines that will be used by peripherals in the Always-On subsystem. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/meson/Makefile')
-rw-r--r--drivers/clk/meson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/meson/Makefile b/drivers/clk/meson/Makefile
index 197e40175166..d4cd4a35d74e 100644
--- a/drivers/clk/meson/Makefile
+++ b/drivers/clk/meson/Makefile
@@ -4,4 +4,4 @@
obj-$(CONFIG_COMMON_CLK_AMLOGIC) += clk-pll.o clk-cpu.o clk-mpll.o
obj-$(CONFIG_COMMON_CLK_MESON8B) += meson8b-clkc.o
-obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o
+obj-$(CONFIG_COMMON_CLK_GXBB) += gxbb.o gxbb-aoclk.o