Skip to content

Commit 30eb0e7

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: add SAR2130P GPU Clock Controller support
Add support for the GPU Clock Controller as used on the SAR2130P and SAR1130P platforms. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 1335c7e commit 30eb0e7

File tree

3 files changed

+512
-0
lines changed

3 files changed

+512
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,15 @@ config SAR_GCC_2130P
574574
Say Y if you want to use peripheral devices such as UART, SPI,
575575
I2C, USB, SDCC, etc.
576576

577+
config SAR_GPUCC_2130P
578+
tristate "SAR2130P Graphics clock controller"
579+
select QCOM_GDSC
580+
select SAR_GCC_2130P
581+
help
582+
Support for the graphics clock controller on SAR2130P devices.
583+
Say Y if you want to support graphics controller devices and
584+
functionality such as 3D graphics.
585+
577586
config SC_GCC_7180
578587
tristate "SC7180 Global Clock Controller"
579588
select QCOM_GDSC

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ obj-$(CONFIG_SA_GCC_8775P) += gcc-sa8775p.o
8686
obj-$(CONFIG_SA_GPUCC_8775P) += gpucc-sa8775p.o
8787
obj-$(CONFIG_SA_VIDEOCC_8775P) += videocc-sa8775p.o
8888
obj-$(CONFIG_SAR_GCC_2130P) += gcc-sar2130p.o
89+
obj-$(CONFIG_SAR_GPUCC_2130P) += gpucc-sar2130p.o
8990
obj-$(CONFIG_SC_GCC_7180) += gcc-sc7180.o
9091
obj-$(CONFIG_SC_GCC_7280) += gcc-sc7280.o
9192
obj-$(CONFIG_SC_GCC_8180X) += gcc-sc8180x.o

0 commit comments

Comments
 (0)