diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-08-18 12:08:46 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-08-19 12:49:59 -0700 |
commit | f8c11f79912db52c8d90ce748094b4d411f36782 (patch) | |
tree | aa5c4a7299795689d660fcd8927501312b7e0c36 /drivers/clk/meson/Makefile | |
parent | edb89f126fc006f4346379195b815a0dd727f9e7 (diff) | |
download | linux-f8c11f79912db52c8d90ce748094b4d411f36782.tar.gz linux-f8c11f79912db52c8d90ce748094b4d411f36782.tar.bz2 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/Makefile | 2 |
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 |