Skip to content

Commit c32c4ef

Browse files
Ajit Pandeyandersson
authored andcommitted
clk: qcom: Add GCC driver support for SM4450
Add Global Clock Controller (GCC) support for SM4450 platform. Signed-off-by: Ajit Pandey <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent d2d04de commit c32c4ef

File tree

3 files changed

+2907
-0
lines changed

3 files changed

+2907
-0
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,15 @@ config SM_DISPCC_8550
834834
Say Y if you want to support display devices and functionality such as
835835
splash screen.
836836

837+
config SM_GCC_4450
838+
tristate "SM4450 Global Clock Controller"
839+
depends on ARM64 || COMPILE_TEST
840+
select QCOM_GDSC
841+
help
842+
Support for the global clock controller on SM4450 devices.
843+
Say Y if you want to use peripheral devices such as UART, SPI,
844+
I2C, USB, SD/UFS, PCIe, etc.
845+
837846
config SM_GCC_6115
838847
tristate "SM6115 and SM4250 Global Clock Controller"
839848
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ obj-$(CONFIG_SM_DISPCC_6375) += dispcc-sm6375.o
109109
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
110110
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
111111
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
112+
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
112113
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
113114
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
114115
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o

0 commit comments

Comments
 (0)