Skip to content

Commit 6be1f55

Browse files
Lanik123andersson
authored andcommitted
clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
Modify existing MSM8917 driver to support MSM8937 SoC. Override frequencies which are different in this chip. Register all the clocks to the framework for the clients to be able to request for them. Add new variant of GDSC for new chip. Signed-off-by: Daniil Titov <daniilt971@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org> Link: https://lore.kernel.org/r/20250903-msm8937-v9-2-a097c91c5801@mainlining.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 154691e commit 6be1f55

2 files changed

Lines changed: 616 additions & 7 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,12 @@ config MSM_GCC_8916
359359
SD/eMMC, display, graphics, camera etc.
360360

361361
config MSM_GCC_8917
362-
tristate "MSM8917/QM215 Global Clock Controller"
362+
tristate "MSM89(17/37)/QM215 Global Clock Controller"
363363
depends on ARM64 || COMPILE_TEST
364364
select QCOM_GDSC
365365
help
366-
Support for the global clock controller on msm8917 and qm215
367-
devices.
366+
Support for the global clock controller on msm8917, msm8937
367+
and qm215 devices.
368368
Say Y if you want to use devices such as UART, SPI i2c, USB,
369369
SD/eMMC, display, graphics, camera etc.
370370

0 commit comments

Comments
 (0)