summaryrefslogtreecommitdiff
path: root/drivers/clk/pistachio/Makefile
diff options
context:
space:
mode:
authorAndrew Bresticker <abrestic@chromium.org>2015-02-25 06:56:04 +0300
committerRalf Baechle <ralf@linux-mips.org>2015-03-31 12:59:10 +0300
commitb35d7c33419cb0d000d23d3a5ab524ab8d3d8bf9 (patch)
treef016d8bffef6b5988e1606073030b2dd9b0b2754 /drivers/clk/pistachio/Makefile
parent43049b0c83f177083a56d69e64e47c82bcc04185 (diff)
downloadlinux-b35d7c33419cb0d000d23d3a5ab524ab8d3d8bf9.tar.xz
CLK: Pistachio: Register core clocks
Register the clocks generated by the core clock controller. This includes the 7 PLLs and clocks for the CPU, RPU co-processor, audio, WiFi, bluetooth, and several other peripherals. The MIPS and PERIPH_SYS clocks must remain enabled at all times. Signed-off-by: Damien Horsley <Damien.Horsley@imgtec.com> Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Cc: Mike Turquette <mturquette@linaro.org> Cc: Stephen Boyd <sboyd@codeaurora.org> Cc: devicetree@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com> Cc: James Hartley <james.hartley@imgtec.com> Cc: James Hogan <james.hogan@imgtec.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Patchwork: https://patchwork.linux-mips.org/patch/9317/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/clk/pistachio/Makefile')
-rw-r--r--drivers/clk/pistachio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/pistachio/Makefile b/drivers/clk/pistachio/Makefile
index a93490dbe3e1..f1e151fbef65 100644
--- a/drivers/clk/pistachio/Makefile
+++ b/drivers/clk/pistachio/Makefile
@@ -1,2 +1,3 @@
obj-y += clk.o
obj-y += clk-pll.o
+obj-y += clk-pistachio.o