Skip to content

Commit 980d7c8

Browse files
lweiss-fairphoneandersson
authored andcommitted
clk: qcom: Add Graphics Clock controller (GPUCC) driver for Milos
Add support for the graphics clock controller found on Milos (e.g. SM7635) based devices. Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7e5368a commit 980d7c8

File tree

3 files changed

+572
-0
lines changed

3 files changed

+572
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,15 @@ config SM_GPUCC_6350
13021302
Say Y if you want to support graphics controller devices and
13031303
functionality such as 3D graphics.
13041304

1305+
config SM_GPUCC_MILOS
1306+
tristate "Milos Graphics Clock Controller"
1307+
depends on ARM64 || COMPILE_TEST
1308+
select SM_GCC_MILOS
1309+
help
1310+
Support for the graphics clock controller on Milos devices.
1311+
Say Y if you want to support graphics controller devices and
1312+
functionality such as 3D graphics.
1313+
13051314
config SM_GPUCC_8150
13061315
tristate "SM8150 Graphics Clock Controller"
13071316
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ obj-$(CONFIG_SM_GPUCC_8350) += gpucc-sm8350.o
168168
obj-$(CONFIG_SM_GPUCC_8450) += gpucc-sm8450.o
169169
obj-$(CONFIG_SM_GPUCC_8550) += gpucc-sm8550.o
170170
obj-$(CONFIG_SM_GPUCC_8650) += gpucc-sm8650.o
171+
obj-$(CONFIG_SM_GPUCC_MILOS) += gpucc-milos.o
171172
obj-$(CONFIG_SM_LPASSCC_6115) += lpasscc-sm6115.o
172173
obj-$(CONFIG_SM_TCSRCC_8550) += tcsrcc-sm8550.o
173174
obj-$(CONFIG_SM_TCSRCC_8650) += tcsrcc-sm8650.o

0 commit comments

Comments
 (0)