Skip to content

Commit

Permalink
clk: Add Ingenic jz4770 CGU driver
Browse files Browse the repository at this point in the history
Add support for the clocks provided by the CGU in the Ingenic JZ4770
SoC.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18482/
Signed-off-by: James Hogan <jhogan@kernel.org>
  • Loading branch information
Paul Cercueil authored and James Hogan committed Jan 18, 2018
1 parent b28a4b8 commit 7a01c19
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/ingenic/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
obj-y += cgu.o
obj-$(CONFIG_MACH_JZ4740) += jz4740-cgu.o
obj-$(CONFIG_MACH_JZ4770) += jz4770-cgu.o
obj-$(CONFIG_MACH_JZ4780) += jz4780-cgu.o
Loading

0 comments on commit 7a01c19

Please sign in to comment.