Merge "modules.list.msm.pineapple: Add dispcc module"

This commit is contained in:
qctecmdr 2022-06-03 12:55:07 -07:00 committed by Gerrit - the friendly Code Review server
commit e9b68da559
5 changed files with 2032 additions and 0 deletions

View File

@ -23,6 +23,7 @@ CONFIG_QCOM_SCM=m
CONFIG_REGULATOR_STUB=m
CONFIG_SCSI_UFS_QCOM=m
CONFIG_SM_CAMCC_PINEAPPLE=m
CONFIG_SM_DISPCC_PINEAPPLE=m
CONFIG_SM_GCC_PINEAPPLE=m
CONFIG_SM_VIDEOCC_PINEAPPLE=m
CONFIG_USB_DWC3_MSM=m

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

View File

@ -8,6 +8,7 @@ pinctrl-msm.ko
pinctrl-pineapple.ko
clk-qcom.ko
clk-dummy.ko
dispcc-pineapple.ko
gcc-pineapple.ko
videocc-pineapple.ko
stub-regulator.ko