diff options
author | Eric Anholt <eric@anholt.net> | 2015-12-16 02:35:58 +0300 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-12-23 03:47:17 +0300 |
commit | 5e63dcc74b3066659ea53aeefbee1fc1d79f4b6f (patch) | |
tree | c55ea724e1d5a8ba6214b43cf1155203765dd208 /drivers/clk/bcm/Makefile | |
parent | 9f697864b37158b06ace36a34b02ea43cbb4fd04 (diff) | |
download | linux-5e63dcc74b3066659ea53aeefbee1fc1d79f4b6f.tar.xz |
clk: bcm2835: Add a driver for the auxiliary peripheral clock gates.
There are a pair of SPI masters and a mini UART that were last minute
additions. As a result, they didn't get integrated in the same way as
the other gates off of the VPU clock in CPRMAN.
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'drivers/clk/bcm/Makefile')
-rw-r--r-- | drivers/clk/bcm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Makefile b/drivers/clk/bcm/Makefile index 3fc95060d875..183484c83006 100644 --- a/drivers/clk/bcm/Makefile +++ b/drivers/clk/bcm/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o +obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835-aux.o obj-$(CONFIG_COMMON_CLK_IPROC) += clk-ns2.o obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o obj-$(CONFIG_ARCH_BCM_NSP) += clk-nsp.o |