Skip to content

Commit bfae407

Browse files
Jagadeesh Konaandersson
authored andcommitted
clk: qcom: gpucc-sm8550: Add support for graphics clock controller
Add support for gpucc driver on SM8550, which provides clocks for the graphics subsystem. Co-developed-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230524181800.28717-3-quic_jkona@quicinc.com
1 parent 728692d commit bfae407

3 files changed

Lines changed: 620 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,14 @@ config SM_GPUCC_8450
983983
Say Y if you want to support graphics controller devices and
984984
functionality such as 3D graphics.
985985

986+
config SM_GPUCC_8550
987+
tristate "SM8550 Graphics Clock Controller"
988+
select SM_GCC_8550
989+
help
990+
Support for the graphics clock controller on SM8550 devices.
991+
Say Y if you want to support graphics controller devices and
992+
functionality such as 3D graphics.
993+
986994
config SM_TCSRCC_8550
987995
tristate "SM8550 TCSR Clock Controller"
988996
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
126126
obj-$(CONFIG_SM_GPUCC_8250) += gpucc-sm8250.o
127127
obj-$(CONFIG_SM_GPUCC_8350) += gpucc-sm8350.o
128128
obj-$(CONFIG_SM_GPUCC_8450) += gpucc-sm8450.o
129+
obj-$(CONFIG_SM_GPUCC_8550) += gpucc-sm8550.o
129130
obj-$(CONFIG_SM_TCSRCC_8550) += tcsrcc-sm8550.o
130131
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o
131132
obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o

0 commit comments

Comments
 (0)