diff options
author | Ray Jui <rjui@broadcom.com> | 2015-05-05 11:13:19 -0700 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-06-18 12:36:38 -0700 |
commit | 5fe225c105fd54debae1699ec0f6aef1e73376d0 (patch) | |
tree | 0bb5a968604a4ca1584828b6d7670228d8b86771 /drivers/clk/bcm/Makefile | |
parent | 476276d69d84edd4f5de9711f55c810dfc69c26c (diff) | |
download | talos-op-linux-5fe225c105fd54debae1699ec0f6aef1e73376d0.tar.gz talos-op-linux-5fe225c105fd54debae1699ec0f6aef1e73376d0.zip |
clk: iproc: add initial common clock support
This adds basic and generic support for various iProc PLLs and clocks
including the ARMPLL, GENPLL, LCPLL, MIPIPLL, and ASIU clocks.
SoCs under the iProc architecture can define their specific register
offsets and clock parameters for their PLL and clock controllers. These
parameters can be passed as arugments into the generic iProc PLL and
clock setup functions
Derived from code originally provided by Jonathan Richardson
<jonathar@broadcom.com>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Makefile b/drivers/clk/bcm/Makefile index 6297d05a9a10..0facbbc5652c 100644 --- a/drivers/clk/bcm/Makefile +++ b/drivers/clk/bcm/Makefile @@ -2,3 +2,4 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona.o 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 |