clk: qcom: gcc-pineapple: Add initial GCC clock driver

Add support for global clock controller for peripheral clock
clients to be able to request clocks for Pineapple.

Change-Id: I9548e8bc0e87d9fbb9abfdcc333af8576081c453
Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
Xubin Bai 2022-04-20 03:47:09 -07:00
parent b84ae5a65c
commit 7c9525c6b6
3 changed files with 4284 additions and 0 deletions

View File

@ -642,6 +642,14 @@ config SM_GCC_8450
Say Y if you want to use peripheral devices such as UART,
SPI, I2C, USB, SD/UFS, PCIe etc.
config SM_GCC_PINEAPPLE
tristate "Pineapple Global Clock Controller"
help
Support for the global clock controller on Qualcomm Technologies, Inc
Pineapple devices.
Say Y if you want to use peripheral devices such as UART,
SPI, I2C, USB, SD/UFS, PCIe etc.
config SM_GPUCC_8150
tristate "SM8150 Graphics Clock Controller"
select SM_GCC_8150

View File

@ -99,6 +99,7 @@ obj-$(CONFIG_SM_GCC_8150) += gcc-sm8150.o
obj-$(CONFIG_SM_GCC_8250) += gcc-sm8250.o
obj-$(CONFIG_SM_GCC_8350) += gcc-sm8350.o
obj-$(CONFIG_SM_GCC_8450) += gcc-sm8450.o
obj-$(CONFIG_SM_GCC_PINEAPPLE) += gcc-pineapple.o
obj-$(CONFIG_SM_GPUCC_8150) += gpucc-sm8150.o
obj-$(CONFIG_SM_GPUCC_8250) += gpucc-sm8250.o
obj-$(CONFIG_SM_VIDEOCC_8150) += videocc-sm8150.o

File diff suppressed because it is too large Load Diff