mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
clk: qcom: debugcc-pineapple: Add initial debug cc driver
Add debug cc measure nodes for Pineapple to support debugfs clk measure. Change-Id: Ibf46ee5c39c590dd88d5ba528156a0aa4061e02a Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
parent
39fba1ee97
commit
216c55a300
|
|
@ -628,10 +628,19 @@ config SM_DISPCC_PINEAPPLE
|
|||
depends on SM_GCC_PINEAPPLE
|
||||
help
|
||||
Support for the display clock controller on Qualcomm Technologies, Inc
|
||||
ppneapple devices.
|
||||
Pineapple devices.
|
||||
Say Y if you want to support display devices and functionality such as
|
||||
splash screen.
|
||||
|
||||
config SM_DEBUGCC_PINEAPPLE
|
||||
tristate "Pineapple Debug Clock Controller"
|
||||
depends on COMMON_CLK_QCOM
|
||||
help
|
||||
Support for the debug clock controller on Qualcomm Technologies, Inc
|
||||
Pineapple devices.
|
||||
Say Y if you want to support the debug clocks such as clock
|
||||
measurement functionality.
|
||||
|
||||
config SM_GCC_6115
|
||||
tristate "SM6115 and SM4250 Global Clock Controller"
|
||||
help
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
|
|||
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
|
||||
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
|
||||
obj-$(CONFIG_SM_DISPCC_PINEAPPLE) += dispcc-pineapple.o
|
||||
obj-$(CONFIG_SM_DEBUGCC_PINEAPPLE) += debugcc-pineapple.o
|
||||
obj-$(CONFIG_SM_GCC_6115) += gcc-sm6115.o
|
||||
obj-$(CONFIG_SM_GCC_6125) += gcc-sm6125.o
|
||||
obj-$(CONFIG_SM_GCC_6350) += gcc-sm6350.o
|
||||
|
|
|
|||
1051
drivers/clk/qcom/debugcc-pineapple.c
Normal file
1051
drivers/clk/qcom/debugcc-pineapple.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user