Skip to content

Commit 95eeb2f

Browse files
Imran Shaikandersson
authored andcommitted
clk: qcom: Add support for Global Clock Controller on QCS8300
Add support for Global Clock Controller on QCS8300 platform. Signed-off-by: Imran Shaik <[email protected]> Reviewed-by: Taniya Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 559dd75 commit 95eeb2f

File tree

3 files changed

+3651
-0
lines changed

3 files changed

+3651
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,16 @@ config SA_CAMCC_8775P
485485
Say Y if you want to support camera devices and functionality such as
486486
capturing pictures.
487487

488+
config QCS_GCC_8300
489+
tristate "QCS8300 Global Clock Controller"
490+
depends on ARM64 || COMPILE_TEST
491+
select QCOM_GDSC
492+
help
493+
Support for the global clock controller on Qualcomm Technologies, Inc
494+
QCS8300 devices.
495+
Say Y if you want to use peripheral devices such as UART,
496+
SPI, I2C, USB, SD/UFS, PCIe etc.
497+
488498
config SC_CAMCC_7180
489499
tristate "SC7180 Camera Clock Controller"
490500
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
7171
obj-$(CONFIG_QCM_GCC_2290) += gcc-qcm2290.o
7272
obj-$(CONFIG_QCM_DISPCC_2290) += dispcc-qcm2290.o
7373
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
74+
obj-$(CONFIG_QCS_GCC_8300) += gcc-qcs8300.o
7475
obj-$(CONFIG_QCS_Q6SSTOP_404) += q6sstop-qcs404.o
7576
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
7677
obj-$(CONFIG_QDU_ECPRICC_1000) += ecpricc-qdu1000.o

0 commit comments

Comments
 (0)