mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
b84ae5a65c
commit
7c9525c6b6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
4275
drivers/clk/qcom/gcc-pineapple.c
Normal file
4275
drivers/clk/qcom/gcc-pineapple.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user