summaryrefslogtreecommitdiffstats
path: root/drivers/clk/pistachio/Makefile
diff options
context:
space:
mode:
authorAndrew Bresticker2015-02-25 04:56:03 +0100
committerRalf Baechle2015-03-31 11:59:04 +0200
commit43049b0c83f177083a56d69e64e47c82bcc04185 (patch)
treeb5a77282449ac612c44b42aea1fbdb76ad1c31e8 /drivers/clk/pistachio/Makefile
parentCLK: Add basic infrastructure for Pistachio clocks (diff)
downloadkernel-qcow2-linux-43049b0c83f177083a56d69e64e47c82bcc04185.tar.gz
kernel-qcow2-linux-43049b0c83f177083a56d69e64e47c82bcc04185.tar.xz
kernel-qcow2-linux-43049b0c83f177083a56d69e64e47c82bcc04185.zip
CLK: Pistachio: Add PLL driver
Add a driver for the integer (GF40LP_LAINT) and fractional (GF40LP_FRAC) PLLs present on Pistachio. 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/9316/ 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 fc216adb744e..a93490dbe3e1 100644
--- a/drivers/clk/pistachio/Makefile
+++ b/drivers/clk/pistachio/Makefile
@@ -1 +1,2 @@
obj-y += clk.o
+obj-y += clk-pll.o