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

Commit 4081ddd9 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: Add GCC clock driver for SM6150



Add support for peripheral clocks controlled by
global clock controller.

Change-Id: I7717b8e32fd3918359faf3d63af2f6a82de81088
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 4757acd3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -683,6 +683,15 @@ config SM_DEBUGCC_YUPIK
	  Say Y if you want to support the debug clocks such as clock measurement
	  functionality.

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

endif

config VIRTIO_CLK
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ obj-$(CONFIG_SM_DISPCC_8150) += dispcc-sm8150.o
obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_SHIMA) += dispcc-shima.o
obj-$(CONFIG_SM_DISPCC_YUPIK) += dispcc-yupik.o
obj-$(CONFIG_SM_GCC_6150) += gcc-sm6150.o
obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_HOLI) += gcc-holi.o
obj-$(CONFIG_SM_GCC_SHIMA) += gcc-shima.o
+3630 −0

File added.

Preview size limit exceeded, changes collapsed.