Skip to content

Commit d65d005

Browse files
committed
clk: qcom: add sc8280xp GCC driver
Add support for the Global Clock Controller found in the Qualcomm SC8280XP platform. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20220505025457.1693716-3-bjorn.andersson@linaro.org
1 parent a66a82f commit d65d005

3 files changed

Lines changed: 7498 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,15 @@ config SC_GCC_8180X
419419
Say Y if you want to use peripheral devices such as UART, SPI,
420420
I2C, USB, UFS, SDCC, etc.
421421

422+
config SC_GCC_8280XP
423+
tristate "SC8280XP Global Clock Controller"
424+
select QCOM_GDSC
425+
depends on COMMON_CLK_QCOM
426+
help
427+
Support for the global clock controller on SC8280XP devices.
428+
Say Y if you want to use peripheral devices such as UART, SPI,
429+
I2C, USB, UFS, SDCC, etc.
430+
422431
config SC_GPUCC_7180
423432
tristate "SC7180 Graphics Clock Controller"
424433
select SC_GCC_7180

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ obj-$(CONFIG_SC_DISPCC_7280) += dispcc-sc7280.o
6767
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
6868
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
6969
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
70+
obj-$(CONFIG_SC_GCC_8280XP) += gcc-sc8280xp.o
7071
obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o
7172
obj-$(CONFIG_SC_GPUCC_7280) += gpucc-sc7280.o
7273
obj-$(CONFIG_SC_LPASSCC_7280) += lpasscc-sc7280.o

0 commit comments

Comments
 (0)