summaryrefslogtreecommitdiff
path: root/drivers/clk/bcm/Makefile
diff options
context:
space:
mode:
authorRay Jui <rjui@broadcom.com>2015-05-05 11:13:21 -0700
committerMichael Turquette <mturquette@baylibre.com>2015-06-18 12:36:39 -0700
commit61ca7b0c7fffb968bd16394daf05b7e888e9541e (patch)
tree8a13d4571e6969faf91e53c0a85ae91fccc85342 /drivers/clk/bcm/Makefile
parent69a0b2c559099a043662f8c96214d8eab32a7153 (diff)
clk: cygnus: add clock support for Broadcom Cygnus
The Broadcom Cygnus SoC is architected under the iProc architecture. It has the following PLLs: ARMPLL, GENPLL, LCPLL0, MIPIPLL, all dervied from an onboard crystal. Cygnus also has various ASIU clocks that are derived directly from the onboard crystal. Signed-off-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Diffstat (limited to 'drivers/clk/bcm/Makefile')
-rw-r--r--drivers/clk/bcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Makefile b/drivers/clk/bcm/Makefile
index 0facbbc5652c..8a7a477862c7 100644
--- a/drivers/clk/bcm/Makefile
+++ b/drivers/clk/bcm/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
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_BCM_CYGNUS) += clk-cygnus.o