Commit c32c4ef9 authored by Ajit Pandey's avatar Ajit Pandey Committed by Bjorn Andersson
Browse files

clk: qcom: Add GCC driver support for SM4450



Add Global Clock Controller (GCC) support for SM4450 platform.

Signed-off-by: default avatarAjit Pandey <quic_ajipan@quicinc.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230909123431.1725728-5-quic_ajipan@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent d2d04deb
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -834,6 +834,15 @@ config SM_DISPCC_8550
	  Say Y if you want to support display devices and functionality such as
	  splash screen.

config SM_GCC_4450
	tristate "SM4450 Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
	select QCOM_GDSC
	help
	  Support for the global clock controller on SM4450 devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  I2C, USB, SD/UFS, PCIe, etc.

config SM_GCC_6115
	tristate "SM6115 and SM4250 Global Clock Controller"
	depends on ARM64 || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ obj-$(CONFIG_SM_DISPCC_6375) += dispcc-sm6375.o
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
obj-$(CONFIG_SM_DISPCC_8450) += dispcc-sm8450.o
obj-$(CONFIG_SM_DISPCC_8550) += dispcc-sm8550.o
obj-$(CONFIG_SM_GCC_4450) += gcc-sm4450.o
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
+2897 −0

File added.

Preview size limit exceeded, changes collapsed.