Skip to content

Commit

Permalink
clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
Browse files Browse the repository at this point in the history
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: Lanik <daniilt971@gmail.com>
  • Loading branch information
Lanik123 committed Oct 30, 2023
1 parent 012d8af commit 703f902
Show file tree
Hide file tree
Showing 3 changed files with 802 additions and 176 deletions.
6 changes: 3 additions & 3 deletions drivers/clk/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,12 @@ config MSM_GCC_8916
SD/eMMC, display, graphics, camera etc.

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

Expand Down

0 comments on commit 703f902

Please sign in to comment.