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

Commit 19790df3 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: Add clock driver for Bengal peripheral Clocks



Add support for global clock controller for peripheral clock clients to
be able to request for the clocks.

Change-Id: I880dcf4652fde5e4e3f5f5bea6368d0e13eadd6b
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 68e8b42a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -407,3 +407,12 @@ config SM_DEBUGCC_LITO
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  LITO devices.
	  Say Y if you want to support the clock measurement functionality.

config SM_GCC_BENGAL
	tristate "BENGAL Global Clock Controller"
	select QCOM_GDSC
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on Bengal devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  I2C, USB, UFS, SDCC, PCIe, Camera, Video etc.
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o
obj-$(CONFIG_SM_GCC_BENGAL) += gcc-bengal.o
obj-$(CONFIG_SM_GCC_LITO) += gcc-lito.o
obj-$(CONFIG_SM_NPUCC_LITO) += npucc-lito.o
obj-$(CONFIG_SM_VIDEOCC_LITO) += videocc-lito.o