Skip to content

Commit 728692d

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: Add support for SM8450 GPUCC
The GPUCC manages the clocks for the Adreno GPU found on the sm8450 SoCs. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230517-topic-waipio-gpucc-v1-4-4f40e282af1d@linaro.org
1 parent d4113d5 commit 728692d

3 files changed

Lines changed: 775 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,14 @@ config SM_GPUCC_8350
975975
Say Y if you want to support graphics controller devices and
976976
functionality such as 3D graphics.
977977

978+
config SM_GPUCC_8450
979+
tristate "SM8450 Graphics Clock Controller"
980+
select SM_GCC_8450
981+
help
982+
Support for the graphics clock controller on SM8450 devices.
983+
Say Y if you want to support graphics controller devices and
984+
functionality such as 3D graphics.
985+
978986
config SM_TCSRCC_8550
979987
tristate "SM8550 TCSR Clock Controller"
980988
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ obj-$(CONFIG_SM_GPUCC_6375) += gpucc-sm6375.o
125125
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
128+
obj-$(CONFIG_SM_GPUCC_8450) += gpucc-sm8450.o
128129
obj-$(CONFIG_SM_TCSRCC_8550) += tcsrcc-sm8550.o
129130
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o
130131
obj-$(CONFIG_SM_VIDEOCC_8250) += videocc-sm8250.o

0 commit comments

Comments
 (0)