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

Commit 125560f3 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: npucc: Add support for NPUCC clock driver for LITO



Network Processing clock controller driver for the NPU clients
to be able to control clocks.

Change-Id: I87bc4f6b88de8435b6419df23fcafd9087c634e3
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 22b196a5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -392,3 +392,12 @@ config SM_GPUCC_LITO
	 Support for the graphics clock controller on Qualcomm Technologies, Inc.
	 LITO devices.
	 Say Y if you want to support graphics controller devices.

config SM_NPUCC_LITO
        tristate "LITO NPU Clock Controller"
        depends on COMMON_CLK_QCOM
        help
          Support for the NPU clock controller on Qualcomm Technologies, Inc.
          LITO devices.
          Say Y if you want to enable use of the Network Processing Unit in
          order to speed up certain types of calculations.
+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_DISPCC_LITO) += dispcc-lito.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
obj-$(CONFIG_SM_GPUCC_LITO) += gpucc-lito.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
+1118 −0

File added.

Preview size limit exceeded, changes collapsed.