diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-10-29 18:23:18 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-20 15:46:27 -0800 |
commit | addc3ba666fc5439a05f33263cc52f2c3f77af15 (patch) | |
tree | ba31ef02193e1e0051f87d073d7a606dde529a8a /drivers/clk/bcm/Makefile | |
parent | 5a0566d5dd4c82fe2cedefa0f1b2ae179349b0ed (diff) | |
download | lwn-addc3ba666fc5439a05f33263cc52f2c3f77af15.tar.gz lwn-addc3ba666fc5439a05f33263cc52f2c3f77af15.zip |
clk: bcm: Add BCM63138 clock support
BCM63138 has a simple clocking domain which is primarily the ARMPLL
clocking complex, from which the ARM (CPU), APB and AXI clocks would be
derived from.
Since the ARMPLL controller is entirely compatible with the iProc ARM
PLL, we just initialize it without additional parameters.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
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..247c26750d8b 100644 --- a/drivers/clk/bcm/Makefile +++ b/drivers/clk/bcm/Makefile @@ -1,3 +1,4 @@ +obj-$(CONFIG_CLK_BCM_63XX) += clk-bcm63xx.o 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 |