From 43049b0c83f177083a56d69e64e47c82bcc04185 Mon Sep 17 00:00:00 2001 From: Andrew Bresticker Date: Tue, 24 Feb 2015 19:56:03 -0800 Subject: 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 Cc: Mike Turquette Cc: Stephen Boyd Cc: devicetree@vger.kernel.org Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Ezequiel Garcia Cc: James Hartley Cc: James Hogan Acked-by: Stephen Boyd Patchwork: https://patchwork.linux-mips.org/patch/9316/ Signed-off-by: Ralf Baechle --- drivers/clk/pistachio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/pistachio/Makefile') 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 -- cgit v1.2.3