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

Commit 65c7c486 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: lagoon: Update clock configuration for debugcc



The DebugCC for Lagoon is not as per the hardware spec, so update the
same.

Change-Id: I8f748294ff074b7807b14f1030f6aaf9b3e49ee1
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 3a141b44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -451,9 +451,9 @@ config SDM_CAMCC_LAGOON
	  Say Y if you want to support camera devices and functionality such as
	  capturing pictures.

config SM_DEBUGCC_LAGOON
config SDM_DEBUGCC_LAGOON
	tristate "LAGOON Debug Clock Controller"
	depends on COMMON_CLK_QCOM
	select SDM_GCC_LAGOON
	help
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  LAGOON devices.
+1 −1
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ obj-$(CONFIG_QCOM_CLK_RPM) += clk-rpm.o
obj-$(CONFIG_QCOM_CLK_RPMH) += clk-rpmh.o
obj-$(CONFIG_QCOM_CLK_SMD_RPM) += clk-smd-rpm.o
obj-$(CONFIG_SDM_CAMCC_LAGOON) += camcc-lagoon.o
obj-$(CONFIG_SDM_DEBUGCC_LAGOON) += debugcc-lagoon.o
obj-$(CONFIG_SDM_DISPCC_845) += dispcc-sdm845.o
obj-$(CONFIG_SDM_GCC_845) += gcc-sdm845.o
obj-$(CONFIG_SDM_GCC_LAGOON) += gcc-lagoon.o
@@ -59,7 +60,6 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SDM_VIDEOCC_LAGOON) += videocc-lagoon.o
obj-$(CONFIG_SM_CAMCC_LITO) += camcc-lito.o
obj-$(CONFIG_SM_DEBUGCC_BENGAL) += debugcc-bengal.o
obj-$(CONFIG_SM_DEBUGCC_LAGOON) += debugcc-lagoon.o
obj-$(CONFIG_SM_DEBUGCC_LITO) += debugcc-lito.o
obj-$(CONFIG_SM_DISPCC_BENGAL) += dispcc-bengal.o
obj-$(CONFIG_SM_DISPCC_LITO) += dispcc-lito.o