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

Commit 35edf388 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Add the GCC clock driver for KONA"

parents f6a184ea ec5c93d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ Required properties :
			"qcom,gcc-msm8998"
			"qcom,gcc-mdm9615"
			"qcom,gcc-sdm845"
			"qcom,gcc-kona"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+1 −1
Original line number Diff line number Diff line
@@ -589,7 +589,7 @@ qcom,msm-imem@146bf000 {
			"ref_clk",
			"ref_aux_clk";
		clocks = <&clock_rpmh RPMH_CXO_CLK>,
			<&clock_gcc GCC_UFS_MEM_CLKREF_CLK>,
			<&clock_gcc GCC_UFS_1X_CLKREF_EN>,
			<&clock_gcc GCC_UFS_PHY_PHY_AUX_CLK>;

		status = "disabled";
+10 −0
Original line number Diff line number Diff line
@@ -281,3 +281,13 @@ config MSM_CLK_AOP_QMP
	Technologies, Inc. SoCs. It accepts requests from other hardware
	subsystems via QMP mailboxes.
	Say Y to support the clocks managed by AOP on platforms such as sdm845.

config MSM_GCC_KONA
	tristate "KONA Global Clock Controller"
	depends on COMMON_CLK_QCOM
	select QCOM_GDSC
	help
	  Support for the global clock controller on Qualcomm Technologies, Inc
	  KONA devices.
	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
	  USB, UFS, SD/eMMC, PCIe, etc.
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ obj-$(CONFIG_MSM_GCC_8994) += gcc-msm8994.o
obj-$(CONFIG_MSM_GCC_8996) += gcc-msm8996.o
obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
obj-$(CONFIG_MSM_GCC_8998) += gcc-msm8998.o
obj-$(CONFIG_MSM_GCC_KONA) += gcc-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
+4400 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading