Skip to content

Commit e55d937

Browse files
committed
clk: qcom: Add SC8280XP GPU clock controller
Add driver for the GPU clock controller in the Qualcomm SC8280XP platform. Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> [bjorn: Included kernel.h and lower-cased hex numbers] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9f60eb3 commit e55d937

File tree

3 files changed

+470
-0
lines changed

3 files changed

+470
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,14 @@ config SC_GPUCC_7280
453453
Say Y if you want to support graphics controller devices and
454454
functionality such as 3D graphics.
455455

456+
config SC_GPUCC_8280XP
457+
tristate "SC8280XP Graphics Clock Controller"
458+
select SC_GCC_8280XP
459+
help
460+
Support for the graphics clock controller on SC8280XP devices.
461+
Say Y if you want to support graphics controller devices and
462+
functionality such as 3D graphics.
463+
456464
config SC_LPASSCC_7280
457465
tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
458466
select SC_GCC_7280

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o
7272
obj-$(CONFIG_SC_GCC_8280XP) += gcc-sc8280xp.o
7373
obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o
7474
obj-$(CONFIG_SC_GPUCC_7280) += gpucc-sc7280.o
75+
obj-$(CONFIG_SC_GPUCC_8280XP) += gpucc-sc8280xp.o
7576
obj-$(CONFIG_SC_LPASSCC_7280) += lpasscc-sc7280.o
7677
obj-$(CONFIG_SC_LPASS_CORECC_7180) += lpasscorecc-sc7180.o
7778
obj-$(CONFIG_SC_LPASS_CORECC_7280) += lpasscorecc-sc7280.o lpassaudiocc-sc7280.o

0 commit comments

Comments
 (0)