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

Commit 03293ed4 authored by Veera Vegivada's avatar Veera Vegivada
Browse files

clk: qcom: add SM8150 sensor clock controller driver



Add a sensor clock controller (SCC) driver which can be used to
control sensor clocks on boards in which the application
processor owns these clocks (e.g. SA8155).

Change-Id: I2e3460a6e432a8248c03ed1d777f849eadad376a
Signed-off-by: default avatarVeera Vegivada <vvegivad@codeaurora.org>
parent 79100e93
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -335,6 +335,16 @@ config SM_NPUCC_8150
	  Say Y if you want to enable use of the Network Processing Unit in
	  order to speed up certain types of calculations.

config SM_SCC_8150
	tristate "SM8150 Sensor Clock Controller"
	select SM_GCC_8150
	help
	  Support for the sensor clock controller on Qualcomm Technologies, Inc.
	  SM8150 devices.  The sensor controller contains several QUP clocks
	  which can be managed using DFS.  This controller is typically owned by
	  the sensor processor.  However, on some systems it is instead owned
	  by the application processor.

config SM_VIDEOCC_8150
	tristate "SM8150 Video Clock Controller"
	select SM_GCC_8150
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
obj-$(CONFIG_SM_GPUCC_HOLI) += gpucc-holi.o
obj-$(CONFIG_SM_GPUCC_SHIMA) += gpucc-shima.o
obj-$(CONFIG_SM_NPUCC_8150) += npucc-sm8150.o
obj-$(CONFIG_SM_SCC_8150) += scc-sm8150.o
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o
obj-$(CONFIG_SM_VIDEOCC_SHIMA) += videocc-shima.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
+742 −0

File added.

Preview size limit exceeded, changes collapsed.