Skip to content

Commit c630cf8

Browse files
lumagandersson
authored andcommitted
clk: qcom: drop the SC7180 Modem subsystem clock driver
This driver has never been used in the DT files merged to the kernel. According to Sibi, it only worked on the pre-production devices. For the production devices this functionality has been moved to the firmware. Drop the driver to remove possible confusion. Cc: Sibi Sankar <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent d09ec6f commit c630cf8

File tree

3 files changed

+0
-151
lines changed

3 files changed

+0
-151
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -635,16 +635,6 @@ config SC_LPASS_CORECC_7280
635635
Say Y if you want to use LPASS clocks and power domains of the LPASS
636636
core clock controller.
637637

638-
config SC_MSS_7180
639-
tristate "SC7180 Modem Clock Controller"
640-
depends on ARM64 || COMPILE_TEST
641-
select SC_GCC_7180
642-
help
643-
Support for the Modem Subsystem clock controller on Qualcomm
644-
Technologies, Inc on SC7180 devices.
645-
Say Y if you want to use the Modem branch clocks of the Modem
646-
subsystem clock controller to reset the MSS subsystem.
647-
648638
config SC_VIDEOCC_7180
649639
tristate "SC7180 Video Clock Controller"
650640
depends on ARM64 || COMPILE_TEST

drivers/clk/qcom/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ obj-$(CONFIG_SC_LPASSCC_7280) += lpasscc-sc7280.o
9191
obj-$(CONFIG_SC_LPASSCC_8280XP) += lpasscc-sc8280xp.o
9292
obj-$(CONFIG_SC_LPASS_CORECC_7180) += lpasscorecc-sc7180.o
9393
obj-$(CONFIG_SC_LPASS_CORECC_7280) += lpasscorecc-sc7280.o lpassaudiocc-sc7280.o
94-
obj-$(CONFIG_SC_MSS_7180) += mss-sc7180.o
9594
obj-$(CONFIG_SC_VIDEOCC_7180) += videocc-sc7180.o
9695
obj-$(CONFIG_SC_VIDEOCC_7280) += videocc-sc7280.o
9796
obj-$(CONFIG_SDM_CAMCC_845) += camcc-sdm845.o

drivers/clk/qcom/mss-sc7180.c

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)