Skip to content

Commit 160758b

Browse files
robertfossandersson
authored andcommitted
clk: qcom: add support for SM8350 GPUCC
The GPUCC manages the clocks for the Adreno GPU found on the sm8350 SoCs. Signed-off-by: Robert Foss <robert.foss@linaro.org> Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220706154337.2026269-3-robert.foss@linaro.org
1 parent 7e06c69 commit 160758b

3 files changed

Lines changed: 646 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,14 @@ config SM_GPUCC_8250
720720
Say Y if you want to support graphics controller devices and
721721
functionality such as 3D graphics.
722722

723+
config SM_GPUCC_8350
724+
tristate "SM8350 Graphics Clock Controller"
725+
select SM_GCC_8350
726+
help
727+
Support for the graphics clock controller on SM8350 devices.
728+
Say Y if you want to support graphics controller devices and
729+
functionality such as 3D graphics.
730+
723731
config SM_VIDEOCC_8150
724732
tristate "SM8150 Video Clock Controller"
725733
select SM_GCC_8150

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ obj-$(CONFIG_SM_GCC_8450) += gcc-sm8450.o
103103
obj-$(CONFIG_SM_GPUCC_6350) += gpucc-sm6350.o
104104
obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
105105
obj-$(CONFIG_SM_GPUCC_8250) += gpucc-sm8250.o
106+
obj-$(CONFIG_SM_GPUCC_8350) += gpucc-sm8350.o
106107
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o
107108
obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o
108109
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o

0 commit comments

Comments
 (0)