Skip to content

Commit d63c77c

Browse files
Ajit Pandeyandersson
authored andcommitted
clk: qcom: Add GPUCC driver support for SM4450
Add Graphics Clock Controller (GPUCC) support for SM4450 platform. Signed-off-by: Ajit Pandey <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent ef40400 commit d63c77c

File tree

3 files changed

+815
-0
lines changed

3 files changed

+815
-0
lines changed

drivers/clk/qcom/Kconfig

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

1074+
config SM_GPUCC_4450
1075+
tristate "SM4450 Graphics Clock Controller"
1076+
depends on ARM64 || COMPILE_TEST
1077+
select SM_GCC_4450
1078+
help
1079+
Support for the graphics clock controller on SM4450 devices.
1080+
Say Y if you want to support graphics controller devices and
1081+
functionality such as 3D graphics.
1082+
10741083
config SM_GPUCC_6115
10751084
tristate "SM6115 Graphics Clock Controller"
10761085
select SM_GCC_6115

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o
136136
obj-$(CONFIG_SM_GCC_8450) += gcc-sm8450.o
137137
obj-$(CONFIG_SM_GCC_8550) += gcc-sm8550.o
138138
obj-$(CONFIG_SM_GCC_8650) += gcc-sm8650.o
139+
obj-$(CONFIG_SM_GPUCC_4450) += gpucc-sm4450.o
139140
obj-$(CONFIG_SM_GPUCC_6115) += gpucc-sm6115.o
140141
obj-$(CONFIG_SM_GPUCC_6125) += gpucc-sm6125.o
141142
obj-$(CONFIG_SM_GPUCC_6350) += gpucc-sm6350.o

0 commit comments

Comments
 (0)