Skip to content

Commit 131abae

Browse files
Konrad Dybciobebarino
authored andcommitted
clk: qcom: Add SM6350 GCC driver
This adds Global Clock controller (GCC) driver for SM6350 SoC Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210820203624.232268-3-konrad.dybcio@somainline.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 920e9b9 commit 131abae

File tree

3 files changed

+2596
-0
lines changed

3 files changed

+2596
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,13 @@ config SM_GCC_6125
562562
Say Y if you want to use peripheral devices such as UART,
563563
SPI, I2C, USB, SD/UFS, PCIe etc.
564564

565+
config SM_GCC_6350
566+
tristate "SM6350 Global Clock Controller"
567+
help
568+
Support for the global clock controller on SM6350 devices.
569+
Say Y if you want to use peripheral devices such as UART,
570+
SPI, I2C, USB, SD/UFS, PCIe etc.
571+
565572
config SM_GCC_8150
566573
tristate "SM8150 Global Clock Controller"
567574
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
8383
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
8484
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
8585
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
86+
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
8687
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
8788
obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o
8889
obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o

0 commit comments

Comments
 (0)