Skip to content

Commit 184fdd8

Browse files
Konrad Dybcioandersson
authored andcommitted
clk: qcom: Add global clock controller driver for SM6375
Add support for the global clock controller found on SM6375. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220921001303.56151-3-konrad.dybcio@somainline.org
1 parent 43398af commit 184fdd8

File tree

3 files changed

+3940
-0
lines changed

3 files changed

+3940
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,14 @@ config SM_GCC_6350
700700
Say Y if you want to use peripheral devices such as UART,
701701
SPI, I2C, USB, SD/UFS, PCIe etc.
702702

703+
config SM_GCC_6375
704+
tristate "SM6375 Global Clock Controller"
705+
select QCOM_GDSC
706+
help
707+
Support for the global clock controller on SM6375 devices.
708+
Say Y if you want to use peripheral devices such as UART,
709+
SPI, I2C, USB, SD/UFS etc.
710+
703711
config SM_GCC_8150
704712
tristate "SM8150 Global Clock Controller"
705713
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
100100
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
101101
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
102102
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
103+
obj-$(CONFIG_SM_GCC_6375) += gcc-sm6375.o
103104
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
104105
obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o
105106
obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o

0 commit comments

Comments
 (0)