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

Commit aea22a0f authored by Vicky Wallace's avatar Vicky Wallace Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add GCC driver support for sdxpoorwills



Add support for peripheral clocks frequency plan.

CRs-Fixed: 2143381
Change-Id: I3c84dc59a18f3f07e13097abd273c21fbaec7d38
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent 82b6461b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ Required properties :
			"qcom,gcc-sdm845-v2.1"
			"qcom,gcc-sdm670"
			"qcom,debugcc-sdm845"
			"qcom,gcc-sdxpoorwills"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+8 −0
Original line number Diff line number Diff line
@@ -235,4 +235,12 @@ config MSM_CLK_AOP_QMP
	subsystems via QMP mailboxes.
	Say Y to support the clocks managed by AOP on platforms such as sdm845.

config MDM_GCC_SDXPOORWILLS
	tristate "SDXPOORWILLS Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on sdxpoorwills devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  i2c, USB, SD/eMMC, etc.

source "drivers/clk/qcom/mdss/Kconfig"
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ obj-$(CONFIG_IPQ_GCC_4019) += gcc-ipq4019.o
obj-$(CONFIG_IPQ_GCC_806X) += gcc-ipq806x.o
obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
obj-$(CONFIG_MDM_GCC_9615) += gcc-mdm9615.o
obj-$(CONFIG_MDM_GCC_SDXPOORWILLS) += gcc-sdxpoorwills.o
obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o
obj-$(CONFIG_MSM_CAMCC_SDM845) += camcc-sdm845.o
obj-$(CONFIG_MSM_CLK_AOP_QMP) += clk-aop-qmp.o