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

Commit 5b2aea7c authored by Naveen Yadav's avatar Naveen Yadav Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gcc: Support code for clock controller for sdxprairie



Add global clock controller code for sdxprairie.

Change-Id: Icae96152c5e47deff1aac05a393a571a2007719a
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 2fdce8c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ Required properties :
			"qcom,gcc-mdss-qcs405"
			"qcom,gcc-sm6150"
			"qcom,gcc-sdmmagpie"
			"qcom,gcc-sdxprairie"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+10 −0
Original line number Diff line number Diff line
@@ -466,3 +466,13 @@ config MSM_DEBUGCC_SDMMAGPIE
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  SDMMAGPIE devices.
	  Say Y if you want to support the clock measurement functionality.

config GCC_SDXPRAIRIE
	tristate "SDXPRAIRIE Global Clock Controller"
	select QCOM_GDSC
	depends on COMMON_CLK_QCOM
	help
	 Support for the global clock controller on Qualcomm Technologies, Inc
	 SDXPRAIRIE devices.
	 Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	 USB, SD/eMMC, PCIe, etc.
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ obj-$(CONFIG_APQ_GCC_8084) += gcc-apq8084.o
obj-$(CONFIG_APQ_MMCC_8084) += mmcc-apq8084.o
obj-$(CONFIG_CLOCK_CPU_OSM) += clk-cpu-osm.o
obj-$(CONFIG_CLOCK_CPU_QCS405) += clk-cpu-qcs405.o
obj-$(CONFIG_GCC_SDXPRAIRIE) += gcc-sdxprairie.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