Skip to content

Commit

Permalink
CLK: Pistachio: Add PLL driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
abrestic authored and ralfbaechle committed Mar 31, 2015
1 parent 8e4b772 commit 43049b0
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/pistachio/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-y += clk.o
obj-y += clk-pll.o
Loading

0 comments on commit 43049b0

Please sign in to comment.