Skip to content

Commit 013804a

Browse files
Konrad Dybcioandersson
authored andcommitted
clk: qcom: Add GPU clock controller driver for SM6350
Add support for the GPU clock controller found on SM6350. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220222011534.3502-4-konrad.dybcio@somainline.org
1 parent 7b91b9d commit 013804a

3 files changed

Lines changed: 530 additions & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,14 @@ config SM_GCC_8450
660660
Say Y if you want to use peripheral devices such as UART,
661661
SPI, I2C, USB, SD/UFS, PCIe etc.
662662

663+
config SM_GPUCC_6350
664+
tristate "SM6350 Graphics Clock Controller"
665+
select SM_GCC_6350
666+
help
667+
Support for the graphics clock controller on SM6350 devices.
668+
Say Y if you want to support graphics controller devices and
669+
functionality such as 3D graphics.
670+
663671
config SM_GPUCC_8150
664672
tristate "SM8150 Graphics Clock Controller"
665673
select SM_GCC_8150

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
9595
obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o
9696
obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o
9797
obj-$(CONFIG_SM_GCC_8450) += gcc-sm8450.o
98+
obj-$(CONFIG_SM_GPUCC_6350) += gpucc-sm6350.o
9899
obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
99100
obj-$(CONFIG_SM_GPUCC_8250) += gpucc-sm8250.o
100101
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o

0 commit comments

Comments
 (0)