Skip to content

Commit

Permalink
clk: add Ingenic jz4780 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 jz4780
SoC, making use of the jz47xx-cgu code to do the heavy lifting.

Signed-off-by: Paul Burton <[email protected]>
  • Loading branch information
paulburton authored and nemunaire committed Jun 15, 2019
1 parent 30bada4 commit 206f4d4
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ obj-$(CONFIG_ARCH_HI3xxx) += hisilicon/
obj-$(CONFIG_ARCH_HIP04) += hisilicon/
obj-$(CONFIG_ARCH_HIX5HD2) += hisilicon/
obj-$(CONFIG_MACH_JZ4740) += jz47xx/
obj-$(CONFIG_MACH_JZ4780) += jz47xx/
obj-$(CONFIG_COMMON_CLK_KEYSTONE) += keystone/
ifeq ($(CONFIG_COMMON_CLK), y)
obj-$(CONFIG_ARCH_MMP) += mmp/
Expand Down
1 change: 1 addition & 0 deletions drivers/clk/jz47xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-y += jz47xx-cgu.o
obj-$(CONFIG_MACH_JZ4740) += jz4740-cgu.o
obj-$(CONFIG_MACH_JZ4780) += jz4780-cgu.o
Loading

0 comments on commit 206f4d4

Please sign in to comment.