Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2050066 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add the GCC clock driver for SCSHRIKE



Add the peripheral clock driver support for SCSHRIKE.

Change-Id: Ica2f59ccbc1a07557108c07e361acabec90d4c01
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 38148af5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -611,4 +611,13 @@ config SDX_DEBUGCC_NIGHTJAR
	  Say Y if you want to support the debug clocks such as
	  clock measurement functionality.

config SC_GCC_SHRIKE
	tristate "SCSHRIKE Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc.
	  SCSHRIKE devices.
	  Say Y if you want to use peripheral devices such as UART,
	  SPI, I2C, USB, SD/UFS, PCIe etc.

endif
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_QCS_GCC_404) += gcc-qcs404.o
obj-$(CONFIG_QCS_TURING_404) += turingcc-qcs404.o
obj-$(CONFIG_SC_GCC_SHRIKE) += gcc-scshrike.o
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_660) += gcc-sdm660.o
+5387 −0

File added.

Preview size limit exceeded, changes collapsed.