File tree Expand file tree Collapse file tree 5 files changed +495
-0
lines changed
include/dt-bindings/clock Expand file tree Collapse file tree 5 files changed +495
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ config INGENIC_CGU_JZ4725B
25
25
26
26
If building for a JZ4725B SoC, you want to say Y here.
27
27
28
+ config INGENIC_CGU_JZ4760
29
+ bool "Ingenic JZ4760 CGU driver"
30
+ default MACH_JZ4760
31
+ select INGENIC_CGU_COMMON
32
+ help
33
+ Support the clocks provided by the CGU hardware on Ingenic JZ4760
34
+ and compatible SoCs.
35
+
36
+ If building for a JZ4760 SoC, you want to say Y here.
37
+
28
38
config INGENIC_CGU_JZ4770
29
39
bool "Ingenic JZ4770 CGU driver"
30
40
default MACH_JZ4770
Original file line number Diff line number Diff line change 2
2
obj-$(CONFIG_INGENIC_CGU_COMMON) += cgu.o pm.o
3
3
obj-$(CONFIG_INGENIC_CGU_JZ4740) += jz4740-cgu.o
4
4
obj-$(CONFIG_INGENIC_CGU_JZ4725B) += jz4725b-cgu.o
5
+ obj-$(CONFIG_INGENIC_CGU_JZ4760) += jz4760-cgu.o
5
6
obj-$(CONFIG_INGENIC_CGU_JZ4770) += jz4770-cgu.o
6
7
obj-$(CONFIG_INGENIC_CGU_JZ4780) += jz4780-cgu.o
7
8
obj-$(CONFIG_INGENIC_CGU_X1000) += x1000-cgu.o
You can’t perform that action at this time.
0 commit comments