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 <[email protected]>
Cc: Mike Turquette <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Ezequiel Garcia <[email protected]>
Cc: James Hartley <[email protected]>
Cc: James Hogan <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Patchwork: https://patchwork.linux-mips.org/patch/9316/
Signed-off-by: Ralf Baechle <[email protected]>
  • 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.