clk: qcom: dispcc-neo: Snapshot of DISPCC driver for NEO

Add snapshot of support for display clock controller, for display clients
to be able to request for clocks on NEO platform from msm-5.10 branch
commit eaf8cad86891 ("clk: qcom: dispcc-neo: Add support for
DISPCC on NEO").

Change-Id: Id4652573afb68ea2b9727fc6c430efec775721ac
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
This commit is contained in:
Kalpak Kawadkar 2024-07-09 14:13:39 +05:30 committed by Chintan Kothari
parent a4c4f7b03f
commit 7e44e7aedc
3 changed files with 1981 additions and 0 deletions

View File

@ -1517,6 +1517,15 @@ config SXR_CAMCC_NEO
NEO devices.
Say Y if you want to support camera devices and functionality such as
capturing pictures.
config SXR_DISPCC_NEO
tristate "NEO Display Clock Controller"
select SXR_GCC_NEO
help
Support for the display clock controller on Qualcomm Technologies, Inc
NEO devices.
Say Y if you want to support display devices and functionality such as
splash screen.
endif
config VIRTIO_CLK

View File

@ -127,6 +127,7 @@ obj-$(CONFIG_SM_DISPCC_HOLI) += dispcc-holi.o
obj-$(CONFIG_SM_DISPCC_PINEAPPLE) += dispcc-pineapple.o
obj-$(CONFIG_SM_DISPCC_PITTI) += dispcc-pitti.o
obj-$(CONFIG_SXR_DISPCC_ANORAK) += dispcc0-anorak.o dispcc1-anorak.o
obj-$(CONFIG_SXR_DISPCC_NEO) += dispcc-neo.o
obj-$(CONFIG_SXR_DISPCC_NIOBE) += dispcc0-niobe.o dispcc1-niobe.o
obj-$(CONFIG_SM_DISPCC_VOLCANO) += dispcc-volcano.o
obj-$(CONFIG_SM_DEBUGCC_BLAIR) += debugcc-blair.o

File diff suppressed because it is too large Load Diff