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:
Xubin Bai 2022-06-29 06:59:35 -07:00
parent 39fba1ee97
commit 216c55a300
3 changed files with 1062 additions and 1 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff