Skip to content

Commit d75b82c

Browse files
Devi Priyaandersson
authored andcommitted
clk: qcom: Add Global Clock Controller driver for IPQ9574
Add Global Clock Controller (GCC) driver for ipq9574 based devices Co-developed-by: Anusha Rao <quic_anusha@quicinc.com> Signed-off-by: Anusha Rao <quic_anusha@quicinc.com> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230316072940.29137-3-quic_devipriy@quicinc.com
1 parent 3a5c7ed commit d75b82c

File tree

3 files changed

+4257
-0
lines changed

3 files changed

+4257
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,14 @@ config IPQ_GCC_8074
181181
i2c, USB, SD/eMMC, etc. Select this for the root clock
182182
of ipq8074.
183183

184+
config IPQ_GCC_9574
185+
tristate "IPQ9574 Global Clock Controller"
186+
help
187+
Support for global clock controller on ipq9574 devices.
188+
Say Y if you want to use peripheral devices such as UART, SPI,
189+
i2c, USB, SD/eMMC, etc. Select this for the root clock
190+
of ipq9574.
191+
184192
config MSM_GCC_8660
185193
tristate "MSM8660 Global Clock Controller"
186194
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ obj-$(CONFIG_IPQ_GCC_5332) += gcc-ipq5332.o
2828
obj-$(CONFIG_IPQ_GCC_6018) += gcc-ipq6018.o
2929
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
3030
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
31+
obj-$(CONFIG_IPQ_GCC_9574) += gcc-ipq9574.o
3132
obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
3233
obj-$(CONFIG_MDM_GCC_9607) += gcc-mdm9607.o
3334
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o

0 commit comments

Comments
 (0)