Merge "clk: qcom: camcc-pineapple: Add initial camcc driver"

This commit is contained in:
qctecmdr 2022-05-19 17:08:58 -07:00 committed by Gerrit - the friendly Code Review server
commit ad372344c0
3 changed files with 4103 additions and 0 deletions

View File

@ -598,6 +598,15 @@ config SM_DISPCC_6125
Say Y if you want to support display devices and functionality such as
splash screen
config SM_CAMCC_PINEAPPLE
tristate "Pineapple Camera Clock Controller"
depends on SM_GCC_PINEAPPLE
help
Support for the camera clock controller on Qualcomm Technologies, Inc
Pineapple devices.
Say Y if you want to support camera devices and functionality such as
capturing pictures.
config SM_DISPCC_8250
tristate "SM8150 and SM8250 Display Clock Controller"
depends on SM_GCC_8150 || SM_GCC_8250

View File

@ -104,6 +104,7 @@ 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_6350) += gpucc-sm6350.o
obj-$(CONFIG_SM_CAMCC_PINEAPPLE) += camcc-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

File diff suppressed because it is too large Load Diff