File tree Expand file tree Collapse file tree 3 files changed +3318
-0
lines changed Expand file tree Collapse file tree 3 files changed +3318
-0
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,14 @@ config IPQ_GCC_5332
213
213
Say Y if you want to use peripheral devices such as UART, SPI,
214
214
i2c, USB, SD/eMMC, etc.
215
215
216
+ config IPQ_GCC_5424
217
+ tristate "IPQ5424 Global Clock Controller"
218
+ depends on ARM64 || COMPILE_TEST
219
+ help
220
+ Support for the global clock controller on ipq5424 devices.
221
+ Say Y if you want to use peripheral devices such as UART, SPI,
222
+ i2c, USB, SD/eMMC, etc.
223
+
216
224
config IPQ_GCC_6018
217
225
tristate "IPQ6018 Global Clock Controller"
218
226
help
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
32
32
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
33
33
obj-$(CONFIG_IPQ_GCC_5018) += gcc-ipq5018.o
34
34
obj-$(CONFIG_IPQ_GCC_5332) += gcc-ipq5332.o
35
+ obj-$(CONFIG_IPQ_GCC_5424) += gcc-ipq5424.o
35
36
obj-$(CONFIG_IPQ_GCC_6018) += gcc-ipq6018.o
36
37
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
37
38
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
You can’t perform that action at this time.
0 commit comments