Skip to content

Commit e3fdbef

Browse files
Sricharan Ramabadhranandersson
authored andcommitted
clk: qcom: Add Global Clock controller (GCC) driver for IPQ5018
Add support for the global clock controller found on IPQ5018 based devices. Acked-by: Konrad Dybcio <[email protected]> Co-developed-by: Varadarajan Narayanan <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Co-developed-by: Gokul Sriram Palanisamy <[email protected]> Signed-off-by: Gokul Sriram Palanisamy <[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 2f6be35 commit e3fdbef

File tree

3 files changed

+3733
-0
lines changed

3 files changed

+3733
-0
lines changed

drivers/clk/qcom/Kconfig

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

148+
config IPQ_GCC_5018
149+
tristate "IPQ5018 Global Clock Controller"
150+
depends on ARM64 || COMPILE_TEST
151+
help
152+
Support for global clock controller on ipq5018 devices.
153+
Say Y if you want to use peripheral devices such as UART, SPI,
154+
i2c, USB, SD/eMMC, etc.
155+
148156
config IPQ_GCC_5332
149157
tristate "IPQ5332 Global Clock Controller"
150158
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ obj-$(CONFIG_CLK_GFM_LPASS_SM8250) += lpass-gfm-sm8250.o
2424
obj-$(CONFIG_IPQ_APSS_PLL) += apss-ipq-pll.o
2525
obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
2626
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
27+
obj-$(CONFIG_IPQ_GCC_5018) += gcc-ipq5018.o
2728
obj-$(CONFIG_IPQ_GCC_5332) += gcc-ipq5332.o
2829
obj-$(CONFIG_IPQ_GCC_6018) += gcc-ipq6018.o
2930
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o

0 commit comments

Comments
 (0)