Skip to content

Commit 3e0f01d

Browse files
Taniya Dasbebarino
authored andcommitted
clk: qcom: Add graphics clock controller driver for SC7280
Add support for the graphics clock controller found on SC7280 based devices. This would allow graphics drivers to probe and control their clocks. Signed-off-by: Taniya Das <tdas@codeaurora.org> Link: https://lore.kernel.org/r/1626189143-12957-6-git-send-email-tdas@codeaurora.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 6f1a1ce commit 3e0f01d

File tree

3 files changed

+500
-0
lines changed

3 files changed

+500
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,14 @@ config SC_GPUCC_7180
385385
Say Y if you want to support graphics controller devices and
386386
functionality such as 3D graphics.
387387

388+
config SC_GPUCC_7280
389+
tristate "SC7280 Graphics Clock Controller"
390+
select SC_GCC_7280
391+
help
392+
Support for the graphics clock controller on SC7280 devices.
393+
Say Y if you want to support graphics controller devices and
394+
functionality such as 3D graphics.
395+
388396
config SC_MSS_7180
389397
tristate "SC7180 Modem Clock Controller"
390398
select SC_GCC_7180

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
6262
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
6363
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
6464
obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o
65+
obj-$(CONFIG_SC_GPUCC_7280) += gpucc-sc7280.o
6566
obj-$(CONFIG_SC_LPASS_CORECC_7180) += lpasscorecc-sc7180.o
6667
obj-$(CONFIG_SC_MSS_7180) += mss-sc7180.o
6768
obj-$(CONFIG_SC_VIDEOCC_7180) += videocc-sc7180.o

0 commit comments

Comments
 (0)