Skip to content

Commit 3267c77

Browse files
Taniya Dasandersson
authored andcommitted
clk: qcom: Add support for GCC on SM8750
Add support for GCC for SM8750 platform. Signed-off-by: Melody Olvera <[email protected]> Signed-off-by: Taniya Das <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 745d755 commit 3267c77

File tree

3 files changed

+3284
-0
lines changed

3 files changed

+3284
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,15 @@ config SM_GCC_8650
11491149
Say Y if you want to use peripheral devices such as UART,
11501150
SPI, I2C, USB, SD/UFS, PCIe etc.
11511151

1152+
config SM_GCC_8750
1153+
tristate "SM8750 Global Clock Controller"
1154+
depends on ARM64 || COMPILE_TEST
1155+
select QCOM_GDSC
1156+
help
1157+
Support for the global clock controller on SM8750 devices.
1158+
Say Y if you want to use peripheral devices such as UART,
1159+
SPI, I2C, USB, SD/UFS, PCIe etc.
1160+
11521161
config SM_GPUCC_4450
11531162
tristate "SM4450 Graphics Clock Controller"
11541163
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o
145145
obj-$(CONFIG_SM_GCC_8450) += gcc-sm8450.o
146146
obj-$(CONFIG_SM_GCC_8550) += gcc-sm8550.o
147147
obj-$(CONFIG_SM_GCC_8650) += gcc-sm8650.o
148+
obj-$(CONFIG_SM_GCC_8750) += gcc-sm8750.o
148149
obj-$(CONFIG_SM_GPUCC_4450) += gpucc-sm4450.o
149150
obj-$(CONFIG_SM_GPUCC_6115) += gpucc-sm6115.o
150151
obj-$(CONFIG_SM_GPUCC_6125) += gpucc-sm6125.o

0 commit comments

Comments
 (0)