mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
b83e55aa52
commit
d5e88efc20
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2022
drivers/clk/qcom/dispcc-pineapple.c
Normal file
2022
drivers/clk/qcom/dispcc-pineapple.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user