Skip to content

Commit 8cab033

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: Add QCM2290 GPU clock controller driver
Add a driver for the GPU clock controller block found on the QCM2290 SoC. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240606-topic-rb1_gpu-v4-3-4bc0c19da4af@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent d4d74e4 commit 8cab033

3 files changed

Lines changed: 433 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ config CLK_X1E80100_TCSRCC
6565
Support for the TCSR clock controller on X1E80100 devices.
6666
Say Y if you want to use peripheral devices such as SD/UFS.
6767

68+
config CLK_QCM2290_GPUCC
69+
tristate "QCM2290 Graphics Clock Controller"
70+
depends on ARM64 || COMPILE_TEST
71+
select CLK_QCM2290_GCC
72+
help
73+
Support for the graphics clock controller on QCM2290 devices.
74+
Say Y if you want to support graphics controller devices and
75+
functionality such as 3D graphics.
76+
6877
config QCOM_A53PLL
6978
tristate "MSM8916 A53 PLL"
7079
help

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ obj-$(CONFIG_CLK_X1E80100_DISPCC) += dispcc-x1e80100.o
2626
obj-$(CONFIG_CLK_X1E80100_GCC) += gcc-x1e80100.o
2727
obj-$(CONFIG_CLK_X1E80100_GPUCC) += gpucc-x1e80100.o
2828
obj-$(CONFIG_CLK_X1E80100_TCSRCC) += tcsrcc-x1e80100.o
29+
obj-$(CONFIG_CLK_QCM2290_GPUCC) += gpucc-qcm2290.o
2930
obj-$(CONFIG_IPQ_APSS_PLL) += apss-ipq-pll.o
3031
obj-$(CONFIG_IPQ_APSS_6018) += apss-ipq6018.o
3132
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o

0 commit comments

Comments
 (0)