Skip to content

Commit 21b5d5a

Browse files
Sricharan Ramabadhranandersson
authored andcommitted
clk: qcom: add Global Clock controller (GCC) driver for IPQ5424 SoC
Add support for the global clock controller found on IPQ5424 SoC. Reviewed-by: Dmitry Baryshkov <[email protected]> Co-developed-by: Varadarajan Narayanan <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Signed-off-by: Sricharan Ramabadhran <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 79dfed2 commit 21b5d5a

File tree

3 files changed

+3318
-0
lines changed

3 files changed

+3318
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,14 @@ config IPQ_GCC_5332
213213
Say Y if you want to use peripheral devices such as UART, SPI,
214214
i2c, USB, SD/eMMC, etc.
215215

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+
216224
config IPQ_GCC_6018
217225
tristate "IPQ6018 Global Clock Controller"
218226
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
3232
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
3333
obj-$(CONFIG_IPQ_GCC_5018) += gcc-ipq5018.o
3434
obj-$(CONFIG_IPQ_GCC_5332) += gcc-ipq5332.o
35+
obj-$(CONFIG_IPQ_GCC_5424) += gcc-ipq5424.o
3536
obj-$(CONFIG_IPQ_GCC_6018) += gcc-ipq6018.o
3637
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
3738
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o

0 commit comments

Comments
 (0)