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

Commit ee09c5b5 authored by David Collins's avatar David Collins
Browse files

clk: qcom: add NPU clock controller driver for KONA



Add a clock controller driver to manage the neural network
processing unit (NPU) clocks for KONA.

Change-Id: Ie97fdd2d82f75bbb9e5ce36ac6758322d19ac7e8
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 272b9161
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -337,3 +337,13 @@ config MSM_DEBUGCC_KONA
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  KONA devices.
	  Say Y if you want to support the clock measurement functionality.

config MSM_NPUCC_KONA
	tristate "KONA NPU Clock Controller"
	depends on COMMON_CLK_QCOM
	select MSM_GCC_KONA
	help
	  Support for the NPU clock controller on Qualcomm Technologies, Inc.
	  KONA 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
@@ -42,6 +42,7 @@ obj-$(CONFIG_MSM_GPUCC_KONA) += gpucc-kona.o
obj-$(CONFIG_MSM_MMCC_8960) += mmcc-msm8960.o
obj-$(CONFIG_MSM_MMCC_8974) += mmcc-msm8974.o
obj-$(CONFIG_MSM_MMCC_8996) += mmcc-msm8996.o
obj-$(CONFIG_MSM_NPUCC_KONA) += npucc-kona.o
obj-$(CONFIG_MSM_VIDEOCC_KONA) += videocc-kona.o
obj-$(CONFIG_QCOM_A53PLL) += a53-pll.o
obj-$(CONFIG_QCOM_CLK_APCS_MSM8916) += apcs-msm8916.o
+1257 −0

File added.

Preview size limit exceeded, changes collapsed.