Skip to content

Commit d79afa2

Browse files
Vamsi Krishna Lankaandersson
authored andcommitted
clk: qcom: Add SDX65 GCC support
Add Global Clock Controller (GCC) support for SDX65 SoCs from Qualcomm. Signed-off-by: Vamsi Krishna Lanka <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/b5ea8a00d4e8418b57f4444d0b5243c1acc41808.1638861860.git.quic_vamslank@quicinc.com
1 parent d1b121d commit d79afa2

File tree

3 files changed

+1620
-0
lines changed

3 files changed

+1620
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,14 @@ config SM_CAMCC_8250
564564
Support for the camera clock controller on SM8250 devices.
565565
Say Y if you want to support camera devices and camera functionality.
566566

567+
config SDX_GCC_65
568+
tristate "SDX65 Global Clock Controller"
569+
select QCOM_GDSC
570+
help
571+
Support for the global clock controller on SDX65 devices.
572+
Say Y if you want to use peripheral devices such as UART,
573+
SPI, I2C, USB, SD/UFS, PCIe etc.
574+
567575
config SM_DISPCC_8250
568576
tristate "SM8150 and SM8250 Display Clock Controller"
569577
depends on SM_GCC_8150 || SM_GCC_8250

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ obj-$(CONFIG_SDM_LPASSCC_845) += lpasscc-sdm845.o
8383
obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
8484
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
8585
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
86+
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
8687
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
8788
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
8889
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o

0 commit comments

Comments
 (0)