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

Commit fb23d8d2 authored by Taniya Das's avatar Taniya Das Committed by Chetan C R
Browse files

clk: qcom: Add snapshot of OSM CPU clock driver



This is snapshot of the osm cpu clock driver as of
msm-4.14 'commit 4d7da9f5ed3ac19c8 (" Merge "defconfig:
sa8195: Enable config for dyn splash"")'.

Change-Id: I3106b5a80326d0077b2b63414724eb94c3777802
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent daae2461
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -543,3 +543,15 @@ config QM_DEBUGCC_SCUBA
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  SCUBA devices.
	  Say Y if you want to support the clock measurement functionality.

config CLOCK_CPU_OSM_660
	tristate "OSM CPU Clock Controller for SDM660"
	depends on COMMON_CLK_QCOM
	help
	 Support for the OSM clock controller for SDM660.
	 Operating State Manager (OSM) is a hardware engine used by some
	 Qualcomm Technologies, Inc. (QTI) SoCs to manage frequency and
	 voltage scaling in hardware. OSM is capable of controlling
	 frequency and voltage requests for multiple clusters via the
	 existence of multiple OSM domains.
	 Say Y if you want to support OSM clocks.
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ clk-qcom-$(CONFIG_QCOM_GDSC) += gdsc.o
# Keep alphabetically sorted by config
obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o
obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o
obj-$(CONFIG_CLOCK_CPU_OSM_660) += clk-cpu-osm-660.o
obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
obj-$(CONFIG_IPQ_GCC_8074) += gcc-ipq8074.o
+3456 −0

File added.

Preview size limit exceeded, changes collapsed.