clk: qcom: dispcc-pineapple: Add initial dispcc driver

Add the dispcc driver for pineapple, which provides clocks for the display
subsystem.

Change-Id: Ib0bf267e6b3b11d05766408a0335e64b89d07b56
Signed-off-by: Vivek Aknurwar <quic_viveka@quicinc.com>
This commit is contained in:
Vivek Aknurwar 2022-05-10 08:35:33 -07:00
parent b83e55aa52
commit d5e88efc20
3 changed files with 2030 additions and 0 deletions

View File

@ -622,6 +622,13 @@ config SM_DISPCC_6350
help
Support for the display clock controller on Qualcomm Technologies, Inc
SM6350 devices.
config SM_DISPCC_PINEAPPLE
tristate "Pineapple Display Clock Controller"
depends on SM_GCC_PINEAPPLE
help
Support for the display clock controller on Qualcomm Technologies, Inc
ppneapple devices.
Say Y if you want to support display devices and functionality such as
splash screen.

View File

@ -95,6 +95,7 @@ obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
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_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